mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
moved process() to datum. made /datum/reagents/ process instead of the containers.
This commit is contained in:
@@ -15,7 +15,7 @@ var/datum/controller/failsafe/Failsafe
|
||||
Failsafe.process()
|
||||
|
||||
|
||||
/datum/controller/failsafe/proc/process()
|
||||
/datum/controller/failsafe/process()
|
||||
spawn(0)
|
||||
while(1) //more efficient than recursivly calling ourself over and over. background = 1 ensures we do not trigger an infinite loop
|
||||
if(!master_controller) new /datum/controller/game_controller() //replace the missing master_controller! This should never happen.
|
||||
|
||||
Reference in New Issue
Block a user