Don't use get_area proc, introduce myArea variable.

Conflicts:
	code/modules/power/power.dm
This commit is contained in:
ESwordTheCat
2014-04-20 08:46:59 +08:00
committed by ZomgPonies
parent f9a773c84d
commit b332bc7dec
3 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ datum/controller/game_controller/proc/process()
continue
machines = machines - Machinery
Machinery.removeAtProcessing()
/datum/controller/game_controller/proc/processObjects()
for (var/obj/Object in processing_objects)