This commit is contained in:
Guti
2026-01-05 20:20:38 +01:00
committed by GitHub
parent 94348ba9c7
commit 2984aa0512
2 changed files with 8 additions and 7 deletions
@@ -156,7 +156,7 @@
/obj/effect/abstract/dark_maw/proc/do_trigger(var/mob/living/L)
var/will_vore = 1
if(!(target in owner) || !can_phase_vore(owner, L))
if(!(target in owner) || !can_phase_vore(owner, L, TRUE))
will_vore = 0
if(!src || src.gc_destroyed)