mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
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:
@@ -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
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user