mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Adds inhand sprites to shoes. (#7762)
So, well, you can see yourself holding shoes. SO MUCH IMMERSION WHOA
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user