mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user