Really fixes eggs being operable by ghosts

This commit is contained in:
Chompstation Bot
2021-06-19 15:23:53 +00:00
parent 5f76f2e855
commit 3b9ba4e1fc

View File

@@ -17,6 +17,14 @@
use_sound = 'sound/items/drop/flesh.ogg'
/obj/item/weapon/storage/vore_egg/open(mob/user as mob)
<<<<<<< HEAD
||||||| parent of 7f8d5449b9... Merge pull request #10704 from Novacat/nova-basicfixes
if(isobserver(usr))
return
=======
if(isobserver(user))
return
>>>>>>> 7f8d5449b9... Merge pull request #10704 from Novacat/nova-basicfixes
icon = open_egg_icon
..()