Update targeting_overlay.dm

This commit is contained in:
Verkister
2022-03-25 18:22:27 +02:00
committed by GitHub
parent 23d5964077
commit 0a06f1ad5f

View File

@@ -168,7 +168,7 @@
owner.visible_message("<span class='danger'>\The [owner] turns \the [thing] on \the [target]!</span>")
else
owner.visible_message("<span class='danger'>\The [owner] aims \the [thing] at \the [target]!</span>")
log_and_message_admins("aimed \a [thing] at [key_name(target)].")
log_and_message_admins("aimed \a [thing] at [key_name(target)].", owner)
if(owner.client)
owner.client.add_gun_icons()