fix vore helpers (#18724)

* fix vore helpers

* .

* fix that too
This commit is contained in:
Kashargul
2025-11-04 02:38:11 +01:00
committed by GitHub
parent 850bc7c5ad
commit d9b5e1fdc9
20 changed files with 55 additions and 51 deletions
+1 -1
View File
@@ -296,7 +296,7 @@
return
else if(isliving(source))
var/mob/living/L = source
if(CanThrowVore(gargoyle, L))
if(can_throw_vore(gargoyle, L))
var/drop_prey_temp = FALSE
if(gargoyle.can_be_drop_prey)
drop_prey_temp = TRUE