Update from dev.

This commit is contained in:
Zuhayr
2015-02-12 23:10:48 +10:30
33 changed files with 1886 additions and 1550 deletions

View File

@@ -288,6 +288,7 @@ datum/controller/game_controller/proc/process_machines_process()
last_thing_processed = Machine.type
if(Machine.process() != PROCESS_KILL)
if(Machine)
Machine.power_change()
if(Machine.use_power)
Machine.auto_use_power()
continue