mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Eat (#19554)
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
if(!check_item_devourability(user))
|
||||
return src
|
||||
for(var/obj/item/next_item_to_search in contents)
|
||||
if(recursive_trash_eat_search(next_item_to_search, depth + 1))
|
||||
if(next_item_to_search.recursive_trash_eat_search(user, depth + 1))
|
||||
return next_item_to_search
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user