From 7d776d50ca2f9b6d62315aafe41a3b66dfc75613 Mon Sep 17 00:00:00 2001 From: Geeves Date: Mon, 30 Nov 2020 09:44:07 +0200 Subject: [PATCH] Full Stop Holder Position (#10667) --- code/modules/mob/mob_helpers.dm | 4 ++-- html/changelogs/geeves-what_hand.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/geeves-what_hand.yml diff --git a/code/modules/mob/mob_helpers.dm b/code/modules/mob/mob_helpers.dm index e539b91decb..30183ffe47e 100644 --- a/code/modules/mob/mob_helpers.dm +++ b/code/modules/mob/mob_helpers.dm @@ -898,9 +898,9 @@ proc/is_blind(A) preposition = "inside" if (justmoved) - reportto.contained_visible_message(H, "[H] [action3] [reportto] [preposition] their [newlocation]", "You are [action] [preposition] [H]'s [newlocation]", "", 1) + reportto.contained_visible_message(H, SPAN_NOTICE("[H] [action3] [reportto] [preposition] their [newlocation]."), SPAN_NOTICE("You are [action] [preposition] [H]'s [newlocation]."), "", 1) else - to_chat(reportto, "You are [action] [preposition] [H]'s [newlocation]") + to_chat(reportto, SPAN_NOTICE("You are [action] [preposition] [H]'s [newlocation].")) /atom/proc/get_holding_mob() //This function will return the mob which is holding this holder, or null if it's not held diff --git a/html/changelogs/geeves-what_hand.yml b/html/changelogs/geeves-what_hand.yml new file mode 100644 index 00000000000..424b3a5298c --- /dev/null +++ b/html/changelogs/geeves-what_hand.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - rscadd: "Added a full stop to the sentence saying which slot you're holding your animal / pAI / drone." \ No newline at end of file