Skip to content

Commit

Permalink
Update bomb.dm (#13566)
Browse files Browse the repository at this point in the history
  • Loading branch information
simb11 authored Oct 7, 2024
1 parent f755cae commit d224d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/gamemodes/objectives/bomb.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
for(var/area in areas_for_objective)
if(istype(A, area) && devastation_range >= 1)
already_completed = TRUE
UnregisterSignal(SSexplosions, COMSIG_EXPLOSIONS_EXPLODE)
UnregisterSignal(SSexplosions, COMSIG_EXPLOSIONS_EXPLODE)
break

/datum/objective/bomb/check_completion()
if(!already_completed)
Expand Down

0 comments on commit d224d07

Please sign in to comment.