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

View File

@@ -21,7 +21,7 @@ obj/item/gun/ballistic/rifle/update_icon()
obj/item/gun/ballistic/rifle/rack(mob/user = null)
if (bolt_locked == FALSE)
to_chat(user, "<span class='notice'>You open the bolt of \the [src]</span>")
to_chat(user, "<span class='notice'>You open the bolt of \the [src].</span>")
playsound(src, rack_sound, rack_sound_volume, rack_sound_vary)
process_chamber(FALSE, FALSE, FALSE)
bolt_locked = TRUE

View File

@@ -100,9 +100,9 @@
alternate_magazine = current_mag
toggled = !toggled
if(toggled)
to_chat(user, "You switch to tube B.")
to_chat(user, "<span class='notice'>You switch to tube B.</span>")
else
to_chat(user, "You switch to tube A.")
to_chat(user, "<span class='notice'>You switch to tube A.</span>")
/obj/item/gun/ballistic/shotgun/automatic/dual_tube/AltClick(mob/living/user)
if(!istype(user) || !user.canUseTopic(src, BE_CLOSE, ismonkey(user)))

View File

@@ -579,7 +579,7 @@
return
if(LAZYLEN(candidates))
var/mob/dead/observer/C = pick(candidates)
to_chat(M, "You have been noticed by a ghost, and it has possessed you!")
to_chat(M, "<span class='boldnotice'>You have been noticed by a ghost, and it has possessed you!</span>")
var/oldkey = M.key
M.ghostize(0)
M.key = C.key