From a36636ed0cad51383a3ef589bd3f176c1144054c Mon Sep 17 00:00:00 2001 From: AffectedArc07 Date: Thu, 9 Apr 2020 13:42:56 +0100 Subject: [PATCH] Speedpurge Bad Comments --- code/modules/hydroponics/hydroponics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/hydroponics.dm b/code/modules/hydroponics/hydroponics.dm index 50e288bf47a..8d0b143a8fb 100644 --- a/code/modules/hydroponics/hydroponics.dm +++ b/code/modules/hydroponics/hydroponics.dm @@ -560,7 +560,7 @@ if(S.has_reagent("charcoal", 1)) adjustToxic(-round(S.get_reagent_amount("charcoal") * 2)) - // NIGGA, YOU JUST WENT ON FULL RETARD. + // BRO, YOU JUST WENT ON FULL STUPID. if(S.has_reagent("toxin", 1)) adjustToxic(round(S.get_reagent_amount("toxin") * 2))