From 3f8d7be1cdf54db427ec5a372b6057adef1e970d Mon Sep 17 00:00:00 2001 From: boy2mantwicethefam <41342767+boy2mantwicethefam@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:21:39 +0300 Subject: [PATCH] Update emote.dm (#36804) --- code/modules/mob/living/emote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index 37a9c9cd9f56..d6ebbda63fb3 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -293,6 +293,7 @@ var/list/animals_with_wings = list( key_third_person = "surrenders" key_shorthand = "sur" message = "puts their hands on their head and falls to the ground. They surrender%s!" + message_mobtype = list(/mob/living/silicon/robot = "powers down its systems and lies still. It surrenders!") emote_type = EMOTE_AUDIBLE /datum/emote/living/surrender/run_emote(mob/user, params)