makes the "don't kill the guy who animated your statue" message userdanger because it's ruined more than one wizard's round at this point.

That said the wizard was el nath/flesh to stone/magic missle/staff of animation/blink so I don't feel TOO bad.
This commit is contained in:
Incoming
2015-05-19 21:38:06 -04:00
parent dbb2999c85
commit d1890bb79f
+1 -1
View File
@@ -268,7 +268,7 @@ proc/wabbajack(mob/living/M)
S.icon = change.icon
if(H.mind)
H.mind.transfer_to(S)
S << "You are an animate statue. You cannot move when monitored, but are nearly invincible and deadly when unobserved! Do not harm [firer.name], your creator."
S << "<span class = 'userdanger'>You are an animate statue. You cannot move when monitored, but are nearly invincible and deadly when unobserved! Do not harm [firer.name], your creator.</span>"
H = change
H.loc = S
qdel(src)