Merge pull request #1683 from TheDZD/wiznerd

Adds Redtext Spans Classes to Staff of Animation
This commit is contained in:
Fox-McCloud
2015-08-09 20:41:21 -04:00
+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)