Merge remote-tracking branch 'origin/Window' into Window

This commit is contained in:
dylanstrategie
2015-03-25 04:24:52 +01:00
11 changed files with 495 additions and 408 deletions

View File

@@ -144,7 +144,7 @@
spawn()
while(get_turf(src) != target_turf && num_turfs > 0)
for(var/obj/structure/window/W in next_turf)
W.destroy()
W.Destroy()
sleep(5)
for(var/obj/structure/table/O in next_turf)
O.ex_act(1)
@@ -191,7 +191,7 @@
spawn()
while(get_turf(src) != target_turf && num_turfs > 0)
for(var/obj/structure/window/W in next_turf)
W.destroy()
W.Destroy()
sleep(5)
for(var/obj/structure/table/O in next_turf)
O.ex_act(1)