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
+1 -1
View File
@@ -302,7 +302,7 @@
/obj/item/multitool/field_debug/attack_self(mob/user)
operating = !operating
to_chat(user, "You turn [src] [operating? "on":"off"].")
to_chat(user, "<span class='notice'>You turn [src] [operating? "on":"off"].</span>")
UnregisterSignal(listeningTo, COMSIG_MOVABLE_MOVED)
listeningTo = null
if(!istype(current) && operating)