Resprites wallets, adds new wallet variants (#32136)

* new wallets

* fix id hanging

* adds pink and TSF variants - suggested

* adds crafting recipe for suggested wallets
This commit is contained in:
MixityMaxity
2026-07-01 23:17:52 +00:00
committed by GitHub
parent d0d1f1bf71
commit f7ba75e2d8
3 changed files with 34 additions and 4 deletions
@@ -139,6 +139,11 @@ GLOBAL_LIST_INIT(xeno_recipes, list (
GLOBAL_LIST_INIT(leather_recipes, list (
new /datum/stack_recipe_list("leather storages", list(
new /datum/stack_recipe("wallet", /obj/item/storage/wallet, 1),
new /datum/stack_recipe("tanned wallet", /obj/item/storage/wallet/tanned, 1),
new /datum/stack_recipe("black wallet", /obj/item/storage/wallet/black, 1),
new /datum/stack_recipe("white wallet", /obj/item/storage/wallet/white, 1),
new /datum/stack_recipe("pink wallet", /obj/item/storage/wallet/pink, 1),
new /datum/stack_recipe("tsf wallet", /obj/item/storage/wallet/tsf, 1),
new /datum/stack_recipe("toolbelt", /obj/item/storage/belt/utility, 4),
new /datum/stack_recipe("leather satchel", /obj/item/storage/backpack/satchel, 5),
new /datum/stack_recipe("briefcase", /obj/item/storage/briefcase, 4),
@@ -209,7 +214,7 @@ GLOBAL_LIST_INIT(sinew_recipes, list (
if(D.hides >= HIDES_COVERED_FULL)
to_chat(user, SPAN_WARNING("You can't improve [D] any further!"))
return ITEM_INTERACT_COMPLETE
if(D.plates || D.drake_hides)
to_chat(user, SPAN_WARNING("[D] is already protected by a different kind of armor!"))
return ITEM_INTERACT_COMPLETE