mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #44280 from kingofkosmos/spanendingfixes
Adds missing </span>'s.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user