[MIRROR] Vore preference helpers (#11893)

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-02 17:55:21 +01:00
committed by GitHub
co-authored by Guti
parent dcd92a466f
commit 179d800bc7
18 changed files with 140 additions and 120 deletions
+1 -1
View File
@@ -296,7 +296,7 @@
return
else if(isliving(source))
var/mob/living/L = source
if(gargoyle.throw_vore && L.throw_vore && gargoyle.can_be_drop_pred && L.can_be_drop_prey)
if(CanThrowVore(gargoyle, L))
var/drop_prey_temp = FALSE
if(gargoyle.can_be_drop_prey)
drop_prey_temp = TRUE