Span changes

This commit is contained in:
DZD
2015-08-09 10:22:07 -04:00
parent 541c662296
commit 68e8fb6162
+2 -1
View File
@@ -262,7 +262,8 @@ proc/wabbajack(mob/living/M)
S.icon = change.icon
if(H.mind)
H.mind.transfer_to(S)
S << "You are an animated statue. You cannot move when monitored, but are nearly invincible and deadly when unobserved! Do not harm [firer.name], your creator."
S << "<span class='warning'>You are an animated statue. You cannot move when monitored, but are nearly invincible and deadly when unobserved!</span>"
S << "<span class='userdanger'>Do not harm [firer.name], your creator.</span>"
H = change
H.loc = S
qdel(src)