From bc93b35867b303b02b4ba2fc0c6c216770d9aa8b Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 19 Mar 2019 17:08:01 +0100 Subject: [PATCH] Update tarrasque.dm --- .../modules/mob/living/simple_animal/animals/tarrasque.dm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/tarrasque.dm b/code/modules/mob/living/simple_animal/animals/tarrasque.dm index 544fa78ffc..e88346e4b1 100644 --- a/code/modules/mob/living/simple_animal/animals/tarrasque.dm +++ b/code/modules/mob/living/simple_animal/animals/tarrasque.dm @@ -142,9 +142,7 @@ ..() update_icon() seedarkness = 0 - src.sight |= SEE_OBJS - src.sight |= SEE_TURFS - src.sight |= SEE_MOBS //To be balanced. May be a bit OP but he'S slow + src.sight |= SEE_TURFS|SEE_MOBS|SEE_OBJS add_language("Xenomorph") verbs |= /mob/living/simple_animal/hostile/tarrasque/mrx/proc/hackervoice verbs |= /mob/living/simple_animal/hostile/tarrasque/mrx/proc/scarethelights @@ -192,9 +190,7 @@ /mob/living/simple_animal/hostile/tarrasque/mrx/handle_regular_hud_updates() ..() - sight |= SEE_TURFS - sight |= SEE_MOBS - sight |= SEE_OBJS + sight |= SEE_TURFS|SEE_MOBS|SEE_OBJS see_in_dark = 8 see_invisible = SEE_INVISIBLE_LEVEL_TWO /////////////////////////////////////////