mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #4768 from VOREStation/upstream-merge-5954
[MIRROR] Makes aiming more clear for the target.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user