Conflicts:
	code/game/turfs/turf.dm
	code/modules/clothing/spacesuits/rig.dm
This commit is contained in:
Chinsky
2013-02-02 23:10:12 +04:00
5 changed files with 14 additions and 6 deletions
+6
View File
@@ -131,6 +131,12 @@ move an amendment</a> to the drawing.</p>
A.power_environ = 0
A.always_unpowered = 0
move_turfs_to_area(turfs, A)
A.always_unpowered = 0
for(var/turf/T in A.contents)
T.lighting_changed = 1
lighting_controller.changed_turfs += T
spawn(5)
//ma = A.master ? "[A.master]" : "(null)"
//world << "DEBUG: create_area(5): <br>A.name=[A.name]<br>A.tag=[A.tag]<br>A.master=[ma]"