mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Merge pull request #8025 from Landerlow/enzymerecipe
Adds a recipe to create enzymes to cook with
This commit is contained in:
@@ -197,4 +197,24 @@
|
||||
required_reagents = list("beff" = 1, "saltpetre" = 1, "synthflesh" = 1)
|
||||
result_amount = 2
|
||||
mix_message = "The beff and the synthflesh combine to form a smoky red log."
|
||||
mix_sound = 'sound/effects/blobattack.ogg'
|
||||
mix_sound = 'sound/effects/blobattack.ogg'
|
||||
|
||||
/datum/chemical_reaction/enzyme
|
||||
name = "Universal enzyme"
|
||||
id = "enzyme"
|
||||
result = "enzyme"
|
||||
required_reagents = list("vomit" = 1, "sugar" = 1)
|
||||
result_amount = 2
|
||||
min_temp = 750
|
||||
mix_message = "The mixture emits a horrible smell as you heat up the contents. Luckily, enzymes don't stink."
|
||||
mix_sound = 'sound/goonstation/misc/fuse.ogg'
|
||||
|
||||
/datum/chemical_reaction/enzyme
|
||||
name = "Universal enzyme"
|
||||
id = "enzyme"
|
||||
result = "enzyme"
|
||||
required_reagents = list("green_vomit" = 1, "sugar" = 1)
|
||||
result_amount = 2
|
||||
min_temp = 750
|
||||
mix_message = "The mixture emits a horrible smell as you heat up the contents. Luckily, enzymes don't stink."
|
||||
mix_sound = 'sound/goonstation/misc/fuse.ogg'
|
||||
|
||||
Reference in New Issue
Block a user