From 9f1db703d26ceec641937e1e6614bb6436b388a2 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 4 Mar 2017 21:24:40 -0500 Subject: [PATCH] Message tweaks. --- code/modules/mob/living/carbon/human/emote_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/emote_vr.dm b/code/modules/mob/living/carbon/human/emote_vr.dm index 52e3617ba97..4e9711b1ec3 100644 --- a/code/modules/mob/living/carbon/human/emote_vr.dm +++ b/code/modules/mob/living/carbon/human/emote_vr.dm @@ -2,7 +2,7 @@ switch(act) if ("mlem") - message = "mlems their tongue up over their nose. Mlem." + message = "mlems [get_visible_gender() == MALE ? "his" : get_visible_gender() == FEMALE ? "her" : "their"] tongue up over [get_visible_gender() == MALE ? "his" : get_visible_gender() == FEMALE ? "her" : "their"] nose. Mlem." m_type = 1 if ("awoo") message = "awoos loudly. AwoooOOOOoooo!" @@ -36,12 +36,12 @@ if(isSynthetic()) src.Weaken(5) E.droplimb(1,DROPLIMB_EDGE) - visible_message("[src]'s [E.name] flies off!","Your flipping seems to have cost you, this time.") + message += " And loses a limb!" log_and_message_admins("lost their [breaking] with *flip, ahahah.", src) else src.Weaken(5) E.fracture() - visible_message("[src]'s [E.name] emits a sickening crunch as they land!","Your flipping seems to have cost you, this time.") + message += " And breaks something!" log_and_message_admins("broke their [breaking] with *flip, ahahah.", src) if (message)