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) ..()