Full Stop Holder Position (#10667)

This commit is contained in:
Geeves
2020-11-30 08:44:07 +01:00
committed by GitHub
parent 9f4af360dd
commit 7d776d50ca
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -898,9 +898,9 @@ proc/is_blind(A)
preposition = "inside"
if (justmoved)
reportto.contained_visible_message(H, "<span class='notice'>[H] [action3] [reportto] [preposition] their [newlocation]</span>", "<span class='notice'>You are [action] [preposition] [H]'s [newlocation]</span>", "", 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, "<span class='notice'>You are [action] [preposition] [H]'s [newlocation]</span>")
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