mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 23:13:06 +00:00
Merge pull request #5928 from CHOMPStation2/upstream-merge-14684
[MIRROR] [MIRROR] Fixes a raunchy typo
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user