Merge pull request #14684 from VOREStation/upstream-merge-9031

[MIRROR] Fixes a raunchy typo
This commit is contained in:
Heroman3003
2023-03-14 18:08:01 +10:00
committed by GitHub
@@ -236,7 +236,7 @@ MRE Stuff
/obj/item/weapon/storage/mrebag/open(mob/user)
if(!opened && !isobserver(user))
to_chat(usr, "<span class='notice'>The pouch heats up as you break the vaccum seal.</span>")
to_chat(usr, "<span class='notice'>The pouch heats up as you break the vacuum seal.</span>")
opened = 1
update_icon()
. = ..()