Merge pull request #9569 from Incoming5643/readthisgoddamnit

makes the "don't kill the guy who animated your statue" message huge
This commit is contained in:
phil235
2015-05-24 01:02:03 +02:00
+1 -1
View File
@@ -271,7 +271,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)