mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Span Class in shields code.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
/obj/machinery/shield/proc/check_failure()
|
||||
if (src.health <= 0)
|
||||
visible_message("\blue The [src] dissipates!")
|
||||
visible_message("<span class='notice'>The [src] dissipates!</span>")
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
/obj/machinery/shield/hitby(AM as mob|obj)
|
||||
//Let everyone know we've been hit!
|
||||
visible_message("\red <B>[src] was hit by [AM].</B>")
|
||||
visible_message("<span class='notice'><B>[src] was hit by [AM].</B></span>")
|
||||
|
||||
//Super realistic, resource-intensive, real-time damage calculations.
|
||||
var/tforce = 0
|
||||
|
||||
Reference in New Issue
Block a user