Skip to content

Commit

Permalink
Update monkestation/code/modules/research/nanites/nanite_programs/uti…
Browse files Browse the repository at this point in the history
…lity.dm

Co-authored-by: Lucy <[email protected]>
  • Loading branch information
RikuTheKiller and Absolucy authored Apr 26, 2024
1 parent f9d7c29 commit 7658e92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

if (COOLDOWN_FINISHED(src, next_warning_time))
to_chat(host_mob, message)
next_warning_time = world.time + 10 SECONDS
COOLDOWN_START(src, next_warning_time, 10 SECONDS)

/datum/nanite_program/research/disable_passive_effect()
. = ..()
Expand Down

0 comments on commit 7658e92

Please sign in to comment.