diff --git a/code/modules/reagents/chemistry/recipes/toxins.dm b/code/modules/reagents/chemistry/recipes/toxins.dm index 01b94d1e519..99f33d625a6 100644 --- a/code/modules/reagents/chemistry/recipes/toxins.dm +++ b/code/modules/reagents/chemistry/recipes/toxins.dm @@ -180,5 +180,5 @@ name = "Rotatium" id = "Rotatium" result = "rotatium" - required_reagents = list("lsd" = 1, "teslium" = 1, "meth" = 1) + required_reagents = list("lsd" = 1, "teslium" = 1, "methamphetamine" = 1) mix_message = "After sparks, fire, and the smell of LSD, the mix is constantly spinning with no stop in sight." \ No newline at end of file