Fixes observers being able to open vore eggs

Being a nosy ghost is even worse when the egg gets noisily smashed open from ghost interaction.
This commit is contained in:
Verkister
2021-06-19 16:13:45 +03:00
committed by GitHub
parent c52c443995
commit acca3ba614
@@ -17,6 +17,8 @@
use_sound = 'sound/items/drop/flesh.ogg'
/obj/item/weapon/storage/vore_egg/open(mob/user as mob)
if(isobserver(usr))
return
icon = open_egg_icon
..()