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
+2 -2
View File
@@ -3,7 +3,7 @@
weight = 3
typepath = /datum/round_event/wizard/ghost
max_occurrences = 1
earliest_start = 0
earliest_start = 0 MINUTES
/datum/round_event/wizard/ghost/start()
var/msg = "<span class='warning'>You suddenly feel extremely obvious...</span>"
@@ -17,7 +17,7 @@
weight = 2
typepath = /datum/round_event/wizard/possession
max_occurrences = 5
earliest_start = 0
earliest_start = 0 MINUTES
/datum/round_event/wizard/possession/start()
for(var/mob/dead/observer/G in GLOB.player_list)