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