Adds missing spans, missing periods and missing span endings. Also changes spans to suit the situation better.

This commit is contained in:
kingofkosmos
2019-10-12 19:34:11 +03:00
parent 36dafb7933
commit 280d416d4f
206 changed files with 562 additions and 567 deletions
+2 -2
View File
@@ -576,7 +576,7 @@
new_mob.a_intent = INTENT_HARM
to_chat(new_mob, "You suddenly feel more... animalistic.")
to_chat(new_mob, "<span class='boldnotice'>You suddenly feel more... animalistic.</span>")
. = new_mob
qdel(src)
@@ -593,7 +593,7 @@
new_mob.key = key
new_mob.a_intent = INTENT_HARM
to_chat(new_mob, "You feel more... animalistic")
to_chat(new_mob, "<span class='boldnotice'>You feel more... animalistic.</span>")
. = new_mob
qdel(src)