From 2ac880c5fc0172976fec7a0353d1e05095d0e54d Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sat, 21 Oct 2017 06:11:04 -0500 Subject: [PATCH] [MIRROR] Spraytan Nerf (#3528) * Spraytan Nerf * Spraytan Nerf --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index c8f833e367..0a437f120e 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -369,8 +369,6 @@ if(method == INGEST) if(show_message) to_chat(M, "That tasted horrible.") - M.AdjustStun(40) - M.AdjustKnockdown(40) ..()