Fix for reported issue with the transfer_controller causing a runtime error. Also included is a debug controller for the transfer_controller

This commit is contained in:
DJSnapshot
2013-11-21 17:44:31 -08:00
parent 9936a9251f
commit 983ca2d5e3
4 changed files with 22 additions and 8 deletions
+4 -1
View File
@@ -67,6 +67,8 @@ datum/controller/game_controller/proc/setup()
setupfactions()
setup_economy()
transfer_controller = new
for(var/i=0, i<max_secret_rooms, i++)
make_mining_asteroid_secret()
@@ -119,6 +121,7 @@ datum/controller/game_controller/proc/process()
controller_iteration++
vote.process()
transfer_controller.process()
process_newscaster()
//AIR
@@ -196,7 +199,7 @@ datum/controller/game_controller/proc/process()
timer = world.timeofday
process_nano()
nano_cost = (world.timeofday - timer) / 10
sleep(breather_ticks)
//EVENTS