Makes aquatic noms respect drop prefs

This commit is contained in:
Heroman
2022-12-22 22:50:10 +10:00
parent f1c69f26d2
commit 944c62f28a
@@ -1137,7 +1137,7 @@
for(var/mob/living/L in T)
if(L == src) //no eating yourself. 1984.
continue
if(L.devourable)
if(L.devourable && L.can_be_drop_prey)
targets += L
if(!(targets.len))