diff --git a/code/WorkInProgress/mining.dm b/code/WorkInProgress/mining.dm index 2439ee62ca7..3bb771ec200 100644 --- a/code/WorkInProgress/mining.dm +++ b/code/WorkInProgress/mining.dm @@ -1052,6 +1052,8 @@ proc/move_mining_shuttle() name = "Mining Satchel" var/mode = 0; //0 = pick one at a time, 1 = pick all on tile var/capacity = 50; //the number of ore pieces it can carry. + flags = FPRINT | TABLEPASS | ONBELT + w_class = 1 /obj/item/weapon/satchel/attack_self(mob/user as mob) for (var/obj/item/weapon/ore/O in contents) diff --git a/code/defines/obj/clothing/suit.dm b/code/defines/obj/clothing/suit.dm index 49603d030d7..9f39cee7943 100644 --- a/code/defines/obj/clothing/suit.dm +++ b/code/defines/obj/clothing/suit.dm @@ -359,6 +359,7 @@ radiation_protection = 0.50 slowdown = 2 armor = list(melee = 40, bullet = 30, laser = 20, taser = 5, bomb = 35, bio = 50, rad = 50) + allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank/emergency_oxygen,/obj/item/weapon/satchel) /obj/item/clothing/suit/space/syndicate name = "red space suit"