Makes glass tables drop 2 glass

This commit is contained in:
Tastyfish
2016-05-28 15:51:15 -04:00
parent 66395dc364
commit 9eba1f2bef
+2 -1
View File
@@ -448,8 +448,9 @@
/obj/structure/table/glass/destroy(dirty)
if(dirty)
new /obj/item/weapon/shard(loc)
new /obj/item/weapon/shard(loc)
else
new /obj/item/stack/sheet/glass(loc)
new /obj/item/stack/sheet/glass(loc, 2)
..()
/obj/structure/table/glass/tablepush(obj/item/I, mob/user)