diff --git a/code/game/objects/structures/tables_racks.dm b/code/game/objects/structures/tables_racks.dm index 17a4233ffa9..dde2107ae70 100644 --- a/code/game/objects/structures/tables_racks.dm +++ b/code/game/objects/structures/tables_racks.dm @@ -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)