mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user