From 4ccf04124c02cf5ff9e66873ea129d00f6296409 Mon Sep 17 00:00:00 2001 From: Mark van Alphen Date: Thu, 16 May 2019 18:50:18 +0200 Subject: [PATCH] Rotatium fix --- code/modules/reagents/chemistry/recipes/toxins.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/chemistry/recipes/toxins.dm b/code/modules/reagents/chemistry/recipes/toxins.dm index 99f33d625a6..6d93a575240 100644 --- a/code/modules/reagents/chemistry/recipes/toxins.dm +++ b/code/modules/reagents/chemistry/recipes/toxins.dm @@ -181,4 +181,5 @@ id = "Rotatium" result = "rotatium" required_reagents = list("lsd" = 1, "teslium" = 1, "methamphetamine" = 1) + result_amount = 3 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