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 785fe48 commit f9d7c29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
use_rate = initial(use_rate) * research_speed
SSresearch.science_tech.nanite_bonus += use_rate

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

Expand Down

0 comments on commit f9d7c29

Please sign in to comment.