From a02ede4b9324a3c06e874359e1fc97200ddea5aa Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 18 Mar 2019 04:43:01 +0100 Subject: [PATCH] Update tarrasque.dm --- code/modules/mob/living/simple_animal/animals/tarrasque.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/animals/tarrasque.dm b/code/modules/mob/living/simple_animal/animals/tarrasque.dm index 0aebd5f716..d8432eeb29 100644 --- a/code/modules/mob/living/simple_animal/animals/tarrasque.dm +++ b/code/modules/mob/living/simple_animal/animals/tarrasque.dm @@ -125,6 +125,8 @@ ..() if (litaf) set_light(l_range = 1.5, l_power = 2, l_color = COLOR_RED) + for(/obj/machinery/door/airlock/door in range(3, src)) + door.open() //time for special MR X kick you in the shins and stands there code @@ -132,7 +134,7 @@ . = ..() if(.) // If we succeeded in hitting. for(var/obj/machinery/light/light in range(5, src)) - light.flicker(10) + light.flicker(10) if(isliving(A)) var/mob/living/L = A L.Weaken(5)