From 4c63715566a21f3b074b1509848fb14529e0fc58 Mon Sep 17 00:00:00 2001 From: AVeryReluctantSpider <102713858+AVeryReluctantSpider@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:33:32 -0500 Subject: [PATCH] Update alcohol.dm (#19417) --- code/modules/reagents/chemistry/reagents/alcohol.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/alcohol.dm b/code/modules/reagents/chemistry/reagents/alcohol.dm index 76d9e215ea7..22eacaf7e7d 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -534,11 +534,6 @@ drink_desc = "Heavy, hot and strong. Just like the Iron fist of the LAW." taste_description = "THE LAW" -/datum/reagent/consumable/ethanol/beepsky_smash/on_mob_life(mob/living/M) - var/update_flag = STATUS_UPDATE_NONE - M.Stun(2 SECONDS) - return ..() | update_flag - /datum/reagent/consumable/ethanol/irish_cream name = "Irish Cream" id = "irishcream"