[Ready] Fixes power tool drill fitting in boots/wallet (#7958)
* Update wallets.dm * Makes sure boots cant do it
This commit is contained in:
committed by
kevinz000
parent
96df41d76d
commit
14b873c9aa
@@ -13,6 +13,7 @@
|
||||
. = ..()
|
||||
GET_COMPONENT(STR, /datum/component/storage)
|
||||
STR.max_items = 4
|
||||
STR.cant_hold = typecacheof(list(/obj/item/screwdriver/power))
|
||||
STR.can_hold = typecacheof(list(
|
||||
/obj/item/stack/spacecash,
|
||||
/obj/item/card,
|
||||
|
||||
Reference in New Issue
Block a user