Merge pull request #10704 from Novacat/nova-basicfixes

Really fixes eggs being operable by ghosts
This commit is contained in:
Novacat
2021-06-19 11:23:28 -04:00
committed by GitHub
@@ -17,7 +17,7 @@
use_sound = 'sound/items/drop/flesh.ogg'
/obj/item/weapon/storage/vore_egg/open(mob/user as mob)
if(isobserver(usr))
if(isobserver(user))
return
icon = open_egg_icon
..()