Merge pull request #9031 from Verkister/patch-102

Fixes a raunchy typo
This commit is contained in:
Atermonera
2023-03-13 23:46:10 -08:00
committed by GitHub
@@ -236,7 +236,7 @@ MRE Stuff
/obj/item/storage/mrebag/open(mob/user)
if(!opened)
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()
. = ..()