From 3e6877e92175c9fb68a2d17fcdcecc442c47d965 Mon Sep 17 00:00:00 2001 From: Killian <49700375+KillianKirilenko@users.noreply.github.com> Date: Sun, 2 Apr 2023 18:22:55 +0100 Subject: [PATCH] Update ray.dm --- code/modules/mob/living/simple_mob/subtypes/animal/space/ray.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/space/ray.dm b/code/modules/mob/living/simple_mob/subtypes/animal/space/ray.dm index fec92cd2e52..18eace68b5c 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/space/ray.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/space/ray.dm @@ -72,6 +72,7 @@ L.Weaken(4) L.visible_message(span("danger", "\The [src] buffets \the [L]!")) src.ai_holder.remove_target() + L.visible_message(span("notice", "\The [src] seems to lose interest in \the [L]...")) /datum/say_list/space_ray emote_see = list("swoops","dives","drifts on a solar current","glides elegantly through the void","briefly tumbles")