From 9a03208631d39be9985c16ad7e7162695b082f6b Mon Sep 17 00:00:00 2001 From: Cheridan Date: Sat, 25 Feb 2017 00:37:48 -0600 Subject: [PATCH] Remove Abductor Instagib Gland --- code/game/gamemodes/miniantags/abduction/gland.dm | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/code/game/gamemodes/miniantags/abduction/gland.dm b/code/game/gamemodes/miniantags/abduction/gland.dm index 15560a450ee..925f071f465 100644 --- a/code/game/gamemodes/miniantags/abduction/gland.dm +++ b/code/game/gamemodes/miniantags/abduction/gland.dm @@ -189,6 +189,7 @@ for(var/mob/living/carbon/human/H in oview(3,owner)) //Blood decals for simple animals would be neat. aka Carp with blood on it. H.add_mob_blood(owner) + /obj/item/organ/heart/gland/bodysnatch cooldown_low = 600 cooldown_high = 600 @@ -202,7 +203,8 @@ var/obj/structure/spider/cocoon/abductor/C = new (get_turf(owner)) C.Copy(owner) C.Start() - owner.gib() + owner.adjustBruteLoss(40) + owner.add_splatter_floor() /obj/structure/spider/cocoon/abductor name = "slimy cocoon" @@ -217,16 +219,6 @@ var/mob/living/carbon/human/interactive/greytide/clone = new(src) clone.hardset_dna(H.dna.uni_identity,H.dna.struc_enzymes,H.real_name, H.dna.blood_type, H.dna.species.type, H.dna.features) - //There's no define for this / get all items ? - var/list/slots = list(slot_back,slot_w_uniform,slot_wear_suit,\ - slot_wear_mask,slot_head,slot_shoes,slot_gloves,slot_ears,\ - slot_glasses,slot_belt,slot_s_store,slot_l_store,slot_r_store,slot_wear_id) - - for(var/slot in slots) - var/obj/item/I = H.get_item_by_slot(slot) - if(I) - clone.equip_to_slot_if_possible(I,slot) - /obj/structure/spider/cocoon/abductor/proc/Start() hatch_time = world.time + 600 START_PROCESSING(SSobj, src) @@ -239,6 +231,7 @@ M.loc = src.loc qdel(src) + /obj/item/organ/heart/gland/plasma cooldown_low = 1200 cooldown_high = 1800