mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +01:00
New way to make myelamine based on the old way
("bicaridine" = 1, "iron" = 2, "kelotane" = 1, "spidertoxin" = 1)
This commit is contained in:
@@ -114,6 +114,14 @@
|
||||
result = "myelamine"
|
||||
required_reagents = list("bicaridine" = 1, "iron" = 2, "kelotane" = 1, "bluesap" = 1)
|
||||
result_amount = 1
|
||||
//Old version of above slightly modified
|
||||
/datum/chemical_reaction/myelamineold //This is the clotting agent used by clotting packs.
|
||||
name = "Myelamine"
|
||||
id = "myelamineold"
|
||||
result = "myelamine"
|
||||
required_reagents = list("bicaridine" = 1, "iron" = 2, "kelotane" = 1, "spidertoxin" = 1)
|
||||
result_amount = 1
|
||||
|
||||
|
||||
/datum/chemical_reaction/hannoa
|
||||
name = "Hannoa"
|
||||
|
||||
Reference in New Issue
Block a user