[MIRROR] Fix broken span class tag in mutations and other locations. (#444)

* Fix broken span class tag in mutations and other locations. (#53064)

* Fix broken span class tag in mutations and other locations.

Co-authored-by: msgerbs <msgerbs@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-08-20 19:04:53 -04:00
committed by GitHub
co-authored by msgerbs
parent 9f87ae9cb9
commit 4561501cd5
4 changed files with 10 additions and 10 deletions
@@ -35,7 +35,7 @@
to_chat(user, "<span class='warning'>The [P.name] isn't strong enough!</span>")
return
if(activated)
to_chat(user, "<span class'warning'>The [name] is already active!</span>")
to_chat(user, "<span class='warning'>The [name] is already active!</span>")
return
to_chat(user, "<span class='notice'>You start vigorously plunging [src]!</span>")