diff --git a/_maps/RandomZLevels/caves.dmm b/_maps/RandomZLevels/caves.dmm index 2a39a9abf0fa..1e34eeed1df4 100644 --- a/_maps/RandomZLevels/caves.dmm +++ b/_maps/RandomZLevels/caves.dmm @@ -924,8 +924,8 @@ /area/awaymission/caves/BMP_asteroid/level_two) "cK" = ( /obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'HOLY SHIT NIGGA WHAT ARE YOU DOING'."; - name = "\improper HOLY SHIT NIGGA WHAT ARE YOU DOING" + desc = "A warning sign which reads 'HOLY SHIT WHAT ARE YOU DOING'."; + name = "\improper HOLY SHIT WHAT ARE YOU DOING" }, /turf/closed/wall, /area/awaymission/caves/BMP_asteroid/level_two) diff --git a/code/modules/hydroponics/hydroponics.dm b/code/modules/hydroponics/hydroponics.dm index a8eab2e3b2c0..a2e3d6400257 100644 --- a/code/modules/hydroponics/hydroponics.dm +++ b/code/modules/hydroponics/hydroponics.dm @@ -507,7 +507,6 @@ if(S.has_reagent(/datum/reagent/medicine/charcoal, 1)) adjustToxic(-round(S.get_reagent_amount(/datum/reagent/medicine/charcoal) * 2)) - // NIGGA, YOU JUST WENT ON FULL RETARD. if(S.has_reagent(/datum/reagent/toxin, 1)) adjustToxic(round(S.get_reagent_amount(/datum/reagent/toxin) * 2))