Merge pull request #35479 from Cruix/chem_collisions

Fixed chemical recipe conflicts
This commit is contained in:
Jordan Brown
2018-02-10 12:04:18 -05:00
committed by CitadelStationBot
parent 9986038318
commit bd0b5c2eb5
2 changed files with 2 additions and 2 deletions
@@ -55,7 +55,7 @@
name = "Lexorin"
id = "lexorin"
results = list("lexorin" = 3)
required_reagents = list("plasma" = 1, "hydrogen" = 1, "nitrogen" = 1)
required_reagents = list("plasma" = 1, "hydrogen" = 1, "oxygen" = 1)
/datum/chemical_reaction/chloralhydrate
name = "Chloral Hydrate"