Adds inhand sprites to shoes. (#7762)

So, well, you can see yourself holding shoes.

SO MUCH IMMERSION WHOA
This commit is contained in:
Wowzewow (Wezzy)
2019-12-25 22:43:45 +02:00
committed by Erki
parent dcb545853d
commit e7f2e27e90
17 changed files with 185 additions and 116 deletions
+1 -1
View File
@@ -226,7 +226,7 @@
return
if(!H.shoes)
var/fallback_type = pick(/obj/item/clothing/shoes/sandal, /obj/item/clothing/shoes/jackboots/unathi)
var/fallback_type = pick(/obj/item/clothing/shoes/sandal, /obj/item/clothing/shoes/jackboots/toeless)
H.equip_to_slot_or_del(new fallback_type(H), slot_shoes)
var/obj/item/storage/wallet/W = H.wear_id
+1 -1
View File
@@ -168,7 +168,7 @@
/obj/item/clothing/shoes/magboots = TRADER_BLACKLIST_ALL,
/obj/item/clothing/shoes/swat = TRADER_BLACKLIST,
/obj/item/clothing/shoes/syndigaloshes = TRADER_BLACKLIST,
/obj/item/clothing/shoes/jackboots/unathi/fluff = TRADER_BLACKLIST_ALL,
/obj/item/clothing/shoes/jackboots/toeless/fluff = TRADER_BLACKLIST_ALL,
/obj/item/clothing/shoes/black/bst = TRADER_BLACKLIST
)