This commit is contained in:
bawhoppen
2016-04-27 04:35:59 -05:00
parent deef852516
commit fa7158e860
+1 -1
View File
@@ -440,7 +440,7 @@
w_class = 1
/obj/item/weapon/emptysandbag/attackby(obj/item/W, mob/user, params)
if(istype(W,/obj/item/weapon/ore/glass || /obj/item/weapon/ore/glass/basalt))
if(istype(W,/obj/item/weapon/ore/glass))
user << "<span class='notice'>You fill the sandbag.</span>"
var/obj/item/stack/sheet/mineral/sandbags/I = new /obj/item/stack/sheet/mineral/sandbags
user.unEquip(src)