From 7b75aa2836a51239bb4e0a2b3cf8b2ba378cc177 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Tue, 20 Feb 2024 22:53:46 +0100 Subject: [PATCH] Remove fake_attacker - EXTREME qdel /image usage (#7799) --- code/modules/flufftext/Hallucination.dm | 2 ++ code/modules/mob/living/carbon/human/life.dm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/flufftext/Hallucination.dm b/code/modules/flufftext/Hallucination.dm index f0dc850bd9..efa616ac58 100644 --- a/code/modules/flufftext/Hallucination.dm +++ b/code/modules/flufftext/Hallucination.dm @@ -217,6 +217,7 @@ Gunshots/explosions/opening doors/less rare audio (done) return 1 return 0*/ +/* //ChompREMOVE fake_attacker - EXTREME image qdel usage. Look at the attack_loop and updateimage procs and weep. /obj/effect/fake_attacker icon = null icon_state = null @@ -414,3 +415,4 @@ var/list/non_fakeattack_weapons = list(/obj/item/weapon/gun/projectile, /obj/ite */ F.updateimage() +*/ //ChompREMOVE End diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index cf8451dfbe..62a9e01435 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1281,8 +1281,8 @@ if(hallucination) if(hallucination >= 20 && !(species.flags & (NO_POISON|IS_PLANT|NO_HALLUCINATION)) ) - if(prob(3)) - fake_attack(src) + //if(prob(3)) //ChompREMOVE fake_attacker - EXTREME image qdel usage. + //fake_attack(src) //ChompREMOVE fake_attacker - EXTREME image qdel usage. if(!handling_hal) spawn handle_hallucinations() //The not boring kind! if(client && prob(5))