Repath some satchels (#30427)

* fix satchel interactions

* updatepaths name
This commit is contained in:
kyunkyunkyun
2025-09-27 08:46:36 +00:00
committed by GitHub
parent 4cc861fb10
commit caa8343bf7
8 changed files with 17 additions and 14 deletions
@@ -53,7 +53,7 @@ GLOBAL_LIST_INIT(human_recipes, list(
singular_name = "lizard skin piece"
GLOBAL_LIST_INIT(lizard_recipes, list(
new /datum/stack_recipe("lizard skin handbag", /obj/item/storage/backpack/satchel/lizard, 5, on_floor = TRUE),
new /datum/stack_recipe("lizard skin handbag", /obj/item/storage/backpack/satchel_lizard, 5, on_floor = TRUE),
))
/obj/item/stack/sheet/animalhide/lizard/Initialize(mapload, new_amount, merge = TRUE)