Full Window returns stacked glass

Tweaked code to make a full window return a stack of two, rather than
two separate sheets.
This commit is contained in:
Akai Alonkai
2014-11-05 16:53:17 -05:00
parent 7243fdb284
commit 44f7e4edd8
+2 -5
View File
@@ -225,11 +225,8 @@
else
visible_message("<span class='notice'>[user] dismantles \the [src].</span>")
if(dir == SOUTHWEST)
var/index = null
index = 0
while(index < 2)
new glasstype(loc)
index++
var/obj/item/stack/sheet/mats = new glasstype(loc)
mats.amount = 2
else
new glasstype(loc)
del(src)