Merge pull request #13692 from farie82/seconds-minutes

Replaces the toSeconds and toMinutes procs with the defines
This commit is contained in:
Fox McCloud
2020-06-26 22:12:24 -04:00
committed by GitHub
8 changed files with 25 additions and 31 deletions
@@ -295,7 +295,7 @@ GLOBAL_LIST_INIT(default_medbay_channels, list(
universal_speak = 1
/mob/living/automatedannouncer/New()
lifetime_timer = addtimer(CALLBACK(src, .proc/autocleanup), SecondsToTicks(10), TIMER_STOPPABLE)
lifetime_timer = addtimer(CALLBACK(src, .proc/autocleanup), 10 SECONDS, TIMER_STOPPABLE)
..()
/mob/living/automatedannouncer/Destroy()