mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
committed by
Chompstation Bot
parent
c194014d3f
commit
bcc80d1bbb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user