removes the flash_eyes effect from slimes attacking bots (#29642)

This commit is contained in:
IAmBigCoat
2025-07-15 17:06:29 -04:00
committed by GitHub
parent 353159cf33
commit cf866581bd
@@ -19,7 +19,6 @@
/mob/living/silicon/robot/attack_slime(mob/living/simple_animal/slime/M)
if(..()) //successful slime shock
flash_eyes(affect_silicon = 1)
var/stunprob = M.powerlevel * 7 + 10
if(prob(stunprob) && M.powerlevel >= 8)
adjustBruteLoss(M.powerlevel * rand(6,10))