[Ready] Fixes power tool drill fitting in boots/wallet (#7958)

* Update wallets.dm

* Makes sure boots cant do it
This commit is contained in:
Trilbyspaceclone
2019-01-27 03:34:36 -05:00
committed by kevinz000
parent 96df41d76d
commit 14b873c9aa
2 changed files with 3 additions and 0 deletions
@@ -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,