From f4753de219ae89c67d4d505f9ac24f7f8f08ffc6 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sun, 15 Oct 2017 07:00:28 -0500 Subject: [PATCH] Update gland.dm --- code/game/gamemodes/miniantags/abduction/gland.dm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/game/gamemodes/miniantags/abduction/gland.dm b/code/game/gamemodes/miniantags/abduction/gland.dm index a9ca2ef802..6f5a2b4f7e 100644 --- a/code/game/gamemodes/miniantags/abduction/gland.dm +++ b/code/game/gamemodes/miniantags/abduction/gland.dm @@ -241,20 +241,12 @@ /obj/item/organ/heart/gland/plasma/activate() to_chat(owner, "You feel bloated.") -<<<<<<< HEAD - sleep(150) - if(!owner) return - to_chat(owner, "A massive stomachache overcomes you.") - sleep(50) - if(!owner) return -======= addtimer(CALLBACK(GLOBAL_PROC, .proc/to_chat, owner, "A massive stomachache overcomes you."), 150) addtimer(CALLBACK(src, .proc/vomit_plasma), 200) /obj/item/organ/heart/gland/plasma/proc/vomit_plasma() if(!owner) return ->>>>>>> b83d777... Removes a bunch of sleeps/spawns and makes a few booleans defines (#31553) owner.visible_message("[owner] vomits a cloud of plasma!") var/turf/open/T = get_turf(owner) if(istype(T))