From f764ac573c635e62d9d172a5e835e06a30b075fc Mon Sep 17 00:00:00 2001 From: Zerrien Date: Sat, 13 Feb 2016 19:30:24 -0800 Subject: [PATCH] Removes redundant New call --- code/modules/reagents/reagent_containers/patch.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/reagents/reagent_containers/patch.dm b/code/modules/reagents/reagent_containers/patch.dm index 954bb7c1b2b..3b17000cab8 100644 --- a/code/modules/reagents/reagent_containers/patch.dm +++ b/code/modules/reagents/reagent_containers/patch.dm @@ -9,9 +9,6 @@ apply_type = PATCH apply_method = "apply" -/obj/item/weapon/reagent_containers/pill/patch/New() - ..() - /obj/item/weapon/reagent_containers/pill/patch/afterattack(obj/target, mob/user , proximity) return // thanks inheritance again