mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
[MIRROR] Fixes a raunchy typo
This commit is contained in:
committed by
CHOMPStation2
parent
af6e26cfe2
commit
23df1fdc43
@@ -235,8 +235,13 @@ MRE Stuff
|
||||
open(user)
|
||||
|
||||
/obj/item/weapon/storage/mrebag/open(mob/user)
|
||||
<<<<<<< HEAD
|
||||
if(!opened)
|
||||
to_chat(usr, "<span class='notice'>The pouch heats up as you break the vaccum seal.</span>")
|
||||
=======
|
||||
if(!opened && !isobserver(user))
|
||||
to_chat(usr, "<span class='notice'>The pouch heats up as you break the vacuum seal.</span>")
|
||||
>>>>>>> 2acd96947a... Merge pull request #14684 from VOREStation/upstream-merge-9031
|
||||
opened = 1
|
||||
update_icon()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user