Removed deprecated power generation stuff (AM, RUST) to free up more procs

This commit is contained in:
ZomgPonies
2014-07-25 11:33:37 -04:00
parent ebb9f724aa
commit b33df4745c
7 changed files with 14 additions and 32 deletions

View File

@@ -224,10 +224,12 @@ datum/controller/game_controller/proc/process()
processEvents()
events_cost = (world.timeofday - timer) / 10
/*
//PUDDLES
timer = world.timeofday
processPuddles()
puddles_cost = (world.timeofday - timer) / 10
*/
//TICKER
timer = world.timeofday
@@ -325,6 +327,7 @@ datum/controller/game_controller/proc/process()
checkEvent()
/*
/datum/controller/game_controller/proc/processPuddles()
last_thing_processed = /datum/puddle
@@ -332,6 +335,7 @@ datum/controller/game_controller/proc/process()
if (Puddle)
Puddle.process()
continue
*/
datum/controller/game_controller/proc/Recover() //Mostly a placeholder for now.
var/msg = "## DEBUG: [time2text(world.timeofday)] MC restarted. Reports:\n"