Update recipes_primal.dm (#7578)

This commit is contained in:
GySgtMurphy
2026-05-24 17:53:16 +02:00
committed by GitHub
parent 4055f1eaee
commit b64d2c30dc
3 changed files with 60 additions and 3 deletions
+3 -1
View File
@@ -71,6 +71,7 @@
"diethylamine" = 2,
"nutriment" = 1,
"adminordrazine" = 1,
"fertilizer" = 2,
"eznutrient" = 1,
"robustharvest" = 1,
"left4zed" = 1,
@@ -90,7 +91,8 @@
var/global/list/pestkiller_reagents = list(
"sugar" = 2,
"diethylamine" = -2,
"adminordrazine" = -5
"adminordrazine" = -5,
"ash" = -1
)
var/global/list/water_reagents = list(
"water" = 1,
@@ -88,7 +88,8 @@
/datum/crafting_recipe/sand_whetstone, /datum/crafting_recipe/ashen_vestment, /datum/crafting_recipe/ashen_tabard, /datum/crafting_recipe/heaven_shaker, /datum/crafting_recipe/heaven_shaker_frag,
/datum/crafting_recipe/goliathcowl, /datum/crafting_recipe/primitive_splint, /datum/crafting_recipe/bone_pipe, /datum/crafting_recipe/spark_striker, /datum/crafting_recipe/skull_mask,
/datum/crafting_recipe/alchemy_bandolier, /datum/crafting_recipe/saddle_stormdrifter, /datum/crafting_recipe/ashlander_sandals, /datum/crafting_recipe/ashlander_wraps,
/datum/crafting_recipe/musket_ashlander, /datum/crafting_recipe/flintlock_ashlander
/datum/crafting_recipe/musket_ashlander, /datum/crafting_recipe/flintlock_ashlander, /datum/crafting_recipe/drying_kiln, /datum/crafting_recipe/primitive_press, /datum/crafting_recipe/advanced_alchemy_station,
/datum/crafting_recipe/charcoal_stick, /datum/crafting_recipe/brick_press
)
/datum/ghostrole_instantiator/human/player_static/ashlander/GetOutfit(client/C, mob/M, list/params)