Integrates corazone properly

This commit is contained in:
Crazylemon64
2017-05-01 05:15:47 -07:00
parent 528e359296
commit ee7b0f070b
4 changed files with 24 additions and 3 deletions
@@ -271,4 +271,11 @@
required_reagents = list("ethanol" = 1, "copper" = 1, "silver" = 1)
result_amount = 3
min_temp = 370
mix_message = "The solution gently swirls with a metallic sheen."
mix_message = "The solution gently swirls with a metallic sheen."
/datum/chemical_reaction/corazone
name = "Corazone"
id = "corazone"
result = "corazone"
result_amount = 3
required_reagents = list("phenol" = 2, "lithium" = 1)