mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
remove static chat colour tags
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
H.updatehealth()
|
||||
else if(ismouse(target))
|
||||
var/mob/living/simple_mob/animal/passive/mouse/M = target
|
||||
visible_message("<font color='red'><b>SPLAT!</b></font>")
|
||||
visible_message(span_red("<b>SPLAT!</b>"))
|
||||
M.splat()
|
||||
playsound(target, 'sound/effects/snap.ogg', 50, 1)
|
||||
layer = MOB_LAYER - 0.2
|
||||
@@ -120,4 +120,4 @@
|
||||
return
|
||||
|
||||
layer = HIDING_LAYER
|
||||
to_chat(usr, "<span class='notice'>You hide [src].</span>")
|
||||
to_chat(usr, "<span class='notice'>You hide [src].</span>")
|
||||
|
||||
Reference in New Issue
Block a user