mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Merge pull request #14227 from Heroman3003/aquatic-pref-fix
Makes aquatic noms respect drop prefs
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user