Fixes easter eggs spawning during non-easter; SSevent now inits before SSticker

This commit is contained in:
CitadelStationBot
2017-04-24 18:07:12 -05:00
parent aea9714228
commit 4baa357739
39 changed files with 227 additions and 178 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
SUBSYSTEM_DEF(radio)
name = "Radio"
init_order = 18
flags = SS_NO_FIRE|SS_NO_INIT
var/list/datum/radio_frequency/frequencies = list()
@@ -39,4 +38,4 @@ SUBSYSTEM_DEF(radio)
frequency.frequency = new_frequency
frequencies[f_text] = frequency
return frequency
return frequency