SSevents & SSholiday

This commit is contained in:
AffectedArc07
2019-04-23 10:55:36 +01:00
parent d9d975a91f
commit 563a951975
16 changed files with 196 additions and 173 deletions
-15
View File
@@ -1,18 +1,3 @@
/datum/controller/process/event/setup()
name = "event"
schedule_interval = 20 // every 2 seconds
if(!holiday_master)
holiday_master = new
holiday_master.Setup()
/datum/controller/process/event/doWork()
event_manager.process()
holiday_master.process()
/////////
//Holiday controller
/////////
var/global/datum/controller/holiday/holiday_master //This has to be defined before world.
/datum/controller/holiday