Replaces the seconds and minute procs with the defines

This commit is contained in:
joep van der velden
2020-06-25 23:06:00 +02:00
parent 057a618f03
commit 0971bbedb6
8 changed files with 25 additions and 31 deletions
+1 -1
View File
@@ -283,7 +283,7 @@
/mob/living/silicon/proc/receive_alarm(var/datum/alarm_handler/alarm_handler, var/datum/alarm/alarm, was_raised)
if(!next_alarm_notice)
next_alarm_notice = world.time + SecondsToTicks(10)
next_alarm_notice = world.time + 10 SECONDS
var/list/alarms = queued_alarms[alarm_handler]
if(was_raised)