mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Repath some satchels (#30427)
* fix satchel interactions * updatepaths name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user