mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Fixes a few issues with brackets being escaped when they shouldn't be.
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
|
||||
/obj/machinery/shield/hitby(AM as mob|obj)
|
||||
//Let everyone know we've been hit!
|
||||
visible_message("<span class='notice'><B>\[src] was hit by [AM].</B></span>")
|
||||
visible_message("<span class='danger'>\The [src] was hit by [AM].</span>")
|
||||
|
||||
//Super realistic, resource-intensive, real-time damage calculations.
|
||||
var/tforce = 0
|
||||
|
||||
Reference in New Issue
Block a user