Fixes a bunch of shown messages

This commit is contained in:
Purpose
2018-09-29 19:10:10 +01:00
parent d8e66ce306
commit 6cb07cb70c
32 changed files with 88 additions and 88 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
health -= O.force * 0.75
else
if(health <= 0)
visible_message("<span class=warning>The bookcase is smashed apart!</span>")
visible_message("<span class='warning'>The bookcase is smashed apart!</span>")
qdel(src)
return ..()