refactors most spans

This commit is contained in:
Kashargul
2024-10-02 21:10:31 +02:00
parent 5417c7772c
commit a2c673ab7a
1517 changed files with 12436 additions and 12347 deletions
@@ -92,10 +92,10 @@
else
new_mob.key = M.key
to_chat(new_mob, "<span class='warning'>Your form morphs into that of \a [lowertext(randomize)].</span>")
to_chat(new_mob, span_warning("Your form morphs into that of \a [lowertext(randomize)]."))
qdel(M)
return
else
to_chat(M, "<span class='warning'>Your form morphs into that of \a [lowertext(randomize)].</span>")
to_chat(M, span_warning("Your form morphs into that of \a [lowertext(randomize)]."))
return