Changes event earliest_start to use time helpers (#35841)

* uses time helpers, tweaks santa/shuttle loan times

* hourS
This commit is contained in:
81Denton
2018-02-21 18:38:09 +01:00
committed by CitadelStationBot
parent c1d66af3a1
commit cfd768e09f
33 changed files with 50 additions and 53 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
typepath = /datum/round_event/spooky
weight = -1 //forces it to be called, regardless of weight
max_occurrences = 1
earliest_start = 0
earliest_start = 0 MINUTES
/datum/round_event/spooky/start()
..()
+1 -1
View File
@@ -10,7 +10,7 @@
typepath = /datum/round_event/valentines
weight = -1 //forces it to be called, regardless of weight
max_occurrences = 1
earliest_start = 0
earliest_start = 0 MINUTES
/datum/round_event/valentines/start()
..()
+1 -1
View File
@@ -64,7 +64,7 @@
typepath = /datum/round_event/santa
weight = 20
max_occurrences = 1
earliest_start = 20000
earliest_start = 30 MINUTES
/datum/round_event/santa
var/mob/living/carbon/human/santa //who is our santa?