Changes event earliest_start to use time helpers (#35841)
* uses time helpers, tweaks santa/shuttle loan times * hourS
This commit is contained in:
committed by
CitadelStationBot
parent
c1d66af3a1
commit
cfd768e09f
@@ -5,7 +5,6 @@
|
||||
typepath = /datum/round_event/ghost_role/revenant
|
||||
weight = 7
|
||||
max_occurrences = 1
|
||||
earliest_start = 12000 //Meant to mix things up early-game.
|
||||
min_players = 5
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
typepath = /datum/round_event/ghost_role/slaughter
|
||||
weight = 1 //Very rare
|
||||
max_occurrences = 1
|
||||
earliest_start = 36000 //1 hour
|
||||
earliest_start = 1 HOURS
|
||||
min_players = 20
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
typepath = /datum/round_event/spawn_swarmer
|
||||
weight = 7
|
||||
max_occurrences = 1 //Only once okay fam
|
||||
earliest_start = 18000 //30 minutes
|
||||
earliest_start = 30 MINUTES
|
||||
min_players = 15
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user