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
@@ -10,7 +10,7 @@
/obj/item/computer_hardware/printer/diagnostics(mob/living/user)
..()
to_chat(user, "Paper level: [stored_paper]/[max_paper].")
to_chat(user, "<span class='notice'>Paper level: [stored_paper]/[max_paper].</span>")
/obj/item/computer_hardware/printer/examine(mob/user)
. = ..()