Merge pull request #10909 from MarinaGryphon/bracketfixes

Fixes a few issues with brackets being escaped when they shouldn't be.
This commit is contained in:
Aronai Sieyes
2021-07-05 12:16:43 -04:00
committed by Chompstation Bot
parent c194014d3f
commit bcc80d1bbb
3 changed files with 3 additions and 3 deletions

View File

@@ -247,7 +247,7 @@
to_chat(user, "<span class='notice'>You ready \the [src]! Click and drag the target around to shoot.</span>")
else//Otherwise just make a new one
auto_target = new/obj/screen/auto_target(get_turf(A), src)
visible_message("<span class='danger'>\[user] readies the [src]!</span>")
visible_message("<span class='danger'>\The [user] readies the [src]!</span>")
playsound(src, 'sound/weapons/TargetOn.ogg', 50, 1)
to_chat(user, "<span class='notice'>You ready \the [src]! Click and drag the target around to shoot.</span>")
return