From 1d766e91e295132c5542d894f76e9f12ca21aadb Mon Sep 17 00:00:00 2001 From: SabreML Date: Mon, 22 Feb 2021 19:55:46 +0000 Subject: [PATCH] Stable mustagen --- code/modules/reagents/chemistry/recipes/toxins.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/recipes/toxins.dm b/code/modules/reagents/chemistry/recipes/toxins.dm index 977e3e0b276..001d8d2f7c6 100644 --- a/code/modules/reagents/chemistry/recipes/toxins.dm +++ b/code/modules/reagents/chemistry/recipes/toxins.dm @@ -154,7 +154,7 @@ result_amount = 3 mix_message = "The substance turns neon green and bubbles unnervingly." -/datum/chemical_reaction/stable_mustagen +/datum/chemical_reaction/stable_mutagen name = "Stable mutagen" id = "stable_mutagen" result = "stable_mutagen" @@ -162,7 +162,7 @@ result_amount = 3 mix_message = "The substance turns a drab green and begins to bubble." -/datum/chemical_reaction/stable_mustagen/stable_mustagen2 +/datum/chemical_reaction/stable_mutagen/stable_mutagen2 id = "stable_mutagen2" required_reagents = list("mutadone" = 3, "lithium" = 1) result_amount = 4