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