mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Merge remote-tracking branch 'origin/Window' into Window
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user