mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
Full Stop Holder Position (#10667)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user