Merge pull request #44280 from kingofkosmos/spanendingfixes

Adds missing </span>'s.
This commit is contained in:
ShizCalev
2019-06-04 05:50:50 -04:00
committed by Joe Schmoe
parent 3ceb7e6fec
commit f5239d95e1
24 changed files with 34 additions and 35 deletions

View File

@@ -183,7 +183,7 @@
var/obj/item/ammo_box/magazine/old_mag = magazine
if (tac_load)
if (insert_magazine(user, tac_load, FALSE))
to_chat(user, "<span class='notice'>You perform a tactical reload on \the [src].")
to_chat(user, "<span class='notice'>You perform a tactical reload on \the [src].</span>")
else
to_chat(user, "<span class='warning'>You dropped the old [magazine_wording], but the new one doesn't fit. How embarassing.</span>")
magazine = null