mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 15:15:32 +01:00
Update mre.dm
This commit is contained in:
@@ -234,15 +234,9 @@ MRE Stuff
|
||||
/obj/item/weapon/storage/mrebag/attack_self(mob/user)
|
||||
open(user)
|
||||
|
||||
<<<<<<< HEAD
|
||||
/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>")
|
||||
=======
|
||||
/obj/item/storage/mrebag/open(mob/user)
|
||||
if(!opened)
|
||||
to_chat(usr, "<span class='notice'>The pouch heats up as you break the vacuum seal.</span>")
|
||||
>>>>>>> 01d7833f135... Merge pull request #9031 from Verkister/patch-102
|
||||
opened = 1
|
||||
update_icon()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user