From 80688df26cd83cc3397adef13b3fa00a02c8a2b1 Mon Sep 17 00:00:00 2001 From: Supermichael777 Date: Fri, 25 Mar 2016 15:00:35 -0400 Subject: [PATCH] and adds the actual delay --- code/modules/reagents/reagent_containers/patch.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/reagent_containers/patch.dm b/code/modules/reagents/reagent_containers/patch.dm index 0e44e41fae3..d33ee3f7647 100644 --- a/code/modules/reagents/reagent_containers/patch.dm +++ b/code/modules/reagents/reagent_containers/patch.dm @@ -8,6 +8,7 @@ volume = 50 apply_type = PATCH apply_method = "apply" + self_delay = 30 // three seconds /obj/item/weapon/reagent_containers/pill/patch/afterattack(obj/target, mob/user , proximity) return // thanks inheritance again