diff --git a/code/modules/mining/mine_items.dm b/code/modules/mining/mine_items.dm index 14ef7f79654..fdd3e6092ac 100644 --- a/code/modules/mining/mine_items.dm +++ b/code/modules/mining/mine_items.dm @@ -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 << "You fill the sandbag." var/obj/item/stack/sheet/mineral/sandbags/I = new /obj/item/stack/sheet/mineral/sandbags user.unEquip(src)