mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
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