From fd9838b954d5bc7b122f9de844d0b50c0e934861 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 21 Mar 2019 15:27:42 +0100 Subject: [PATCH] I give up --- code/modules/mob/living/simple_animal/animals/tarrasque.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/tarrasque.dm b/code/modules/mob/living/simple_animal/animals/tarrasque.dm index 1031c0b36b..18c73f8f6e 100644 --- a/code/modules/mob/living/simple_animal/animals/tarrasque.dm +++ b/code/modules/mob/living/simple_animal/animals/tarrasque.dm @@ -169,6 +169,8 @@ while(anchored) playsound(src.loc, "[active_sound]", 100, 0, 4) sleep(60) + if(!target) + //time for special MR X kick you in the shins and stands there code /mob/living/simple_animal/hostile/tarrasque/mrx/DoPunch(var/atom/A) @@ -223,6 +225,3 @@ */ /mob/living/simple_animal/hostile/tarrasque/mrx/react_to_attack(var/mob/living/M) return //ONly one target at a time, if he dies, we move on. - -/mob/living/simple_animal/hostile/tarrasque/mrx/mobs_in_view() - mobs_in_xray_view()