Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Dec 27, 2023
1 parent 5cd92b3 commit bbb5a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/sim_manager/datums/simulator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
to_chat(user, SPAN_WARNING("GPU damaged! Unable to start simulation."))
return

COOLDOWN_START(src, detonation_cooldown, DETONATION_COOLDOWN_TIME)
COOLDOWN_START(src, detonation_cooldown, detonation_cooldown_time)

var/spawn_path = target_types[dummy_mode]
for(var/spawn_loc in GLOB.simulator_targets)
Expand Down

0 comments on commit bbb5a0a

Please sign in to comment.