mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
/datum/recipe/scorpion
|
|
appliance = OVEN
|
|
reagents = list(REAGENT_ID_SODIUMCHLORIDE = 1)
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/scorpion
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/scorpion_cooked
|