Remove fake_attacker - EXTREME qdel /image usage (#7799)

This commit is contained in:
Raeschen
2024-02-20 22:53:46 +01:00
committed by GitHub
parent 7a548b72cc
commit 7b75aa2836
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -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
+2 -2
View File
@@ -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))