moved process() to datum. made /datum/reagents/ process instead of the containers.

This commit is contained in:
Iamgoofball
2015-04-07 17:13:59 -07:00
parent 54154bec12
commit c06ad7e6b8
16 changed files with 22 additions and 45 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ Note: you can set the datum's defined processing_interval to some integer to set
//used for smoothing out the cost values so they don't fluctuate wildly
#define MC_AVERAGE(average, current) (0.8*(average) + 0.2*(current))
/datum/controller/game_controller/proc/process()
/datum/controller/game_controller/process()
if(!Failsafe) new /datum/controller/failsafe()
spawn(0)
var/timer = world.time