mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 14:04:41 +00:00
Merge branch 'master' of https://github.com/VOREStation/VOREStation
# Conflicts: # code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm # icons/mob/human_races/r_def_xenochimera.dmi # icons/mob/human_races/r_xenochimera.dmi # maps/RandomZLevels/blackmarketpackers.dmm # vorestation.dme
This commit is contained in:
6
code/controllers/Processes/game_master.dm
Normal file
6
code/controllers/Processes/game_master.dm
Normal file
@@ -0,0 +1,6 @@
|
||||
/datum/controller/process/game_master/setup()
|
||||
name = "\improper GM controller"
|
||||
schedule_interval = 600 // every 60 seconds
|
||||
|
||||
/datum/controller/process/game_master/doWork()
|
||||
game_master.process()
|
||||
Reference in New Issue
Block a user