Nerf teleport attack

This commit is contained in:
KorPhaeron
2015-09-21 09:07:16 -05:00
parent 903c041279
commit 9c221f47af
@@ -169,10 +169,11 @@
/mob/living/simple_animal/hostile/guardian/fire/AttackingTarget()
..()
if(istype(target, /atom/movable))
var/atom/movable/M = target
if(!M.anchored && M != src.summoner)
do_teleport(M, M, 10)
if(prob(30))
if(istype(target, /atom/movable))
var/atom/movable/M = target
if(!M.anchored && M != src.summoner)
do_teleport(M, M, 10)
/mob/living/simple_animal/hostile/guardian/fire/Crossed(AM as mob|obj)
if(istype(AM, /mob/living/))