Merge pull request #14897 from Youtubeboy139/fixes_egg

Fixes #14896
This commit is contained in:
Heroman3003
2023-05-27 06:55:48 +10:00
committed by CHOMPStation2
parent 5f07c2a152
commit 6a06a3836f

View File

@@ -79,6 +79,8 @@
/obj/item/weapon/storage/fancy/egg_box/open(mob/user as mob)
if(open)
return
if (isobserver(usr))
return
open = TRUE
update_icon()
..()