mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user