mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Merge remote-tracking branch 'upstream/dev' into secure-airlock
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
visible_message("<span class='notice'>[user] dismantles \the [src].</span>")
|
||||
if(dir == SOUTHWEST)
|
||||
var/obj/item/stack/sheet/mats = new glasstype(loc)
|
||||
mats.amount = 2
|
||||
mats.amount = is_fulltile() ? 4 : 2
|
||||
else
|
||||
new glasstype(loc)
|
||||
del(src)
|
||||
|
||||
Reference in New Issue
Block a user