mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
Remove fake_attacker - EXTREME qdel /image usage (#7799)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user