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 11:38:26 -06:00
committed by CitadelStationBot
parent c1d66af3a1
commit cfd768e09f
33 changed files with 50 additions and 53 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
weight = 2
typepath = /datum/round_event/wizard/shuffleloc
max_occurrences = 5
earliest_start = 0
earliest_start = 0 MINUTES
/datum/round_event/wizard/shuffleloc/start()
var/list/moblocs = list()
@@ -42,7 +42,7 @@
weight = 4
typepath = /datum/round_event/wizard/shufflenames
max_occurrences = 5
earliest_start = 0
earliest_start = 0 MINUTES
/datum/round_event/wizard/shufflenames/start()
var/list/mobnames = list()
@@ -76,7 +76,7 @@
weight = 1
typepath = /datum/round_event/wizard/shuffleminds
max_occurrences = 3
earliest_start = 0
earliest_start = 0 MINUTES
/datum/round_event/wizard/shuffleminds/start()
var/list/mobs = list()