Merge pull request #4768 from VOREStation/upstream-merge-5954

[MIRROR] Makes aiming more clear for the target.
This commit is contained in:
Novacat
2019-03-28 17:46:02 -04:00
committed by GitHub

View File

@@ -171,6 +171,7 @@ obj/aiming_overlay/proc/update_aiming_deferred()
if(owner.client)
owner.client.add_gun_icons()
to_chat(target, "<span class='danger'>You now have a gun pointed at you. No sudden moves!</span>")
to_chat(target, "<span class='critical'>If you fail to comply with your assailant, you accept the consequences of your actions.</span>")
aiming_with = thing
aiming_at = target
if(istype(aiming_with, /obj/item/weapon/gun))