TAEB / TAEB-AI-Behavioral

behavioral AI for TAEB
http://taeb.github.io
5 stars 4 forks source link

Add selectivity when picking up food #14

Open seankelly opened 11 years ago

seankelly commented 11 years ago

Currently, TAEB will pick up any non-corpse food. This can lead to carrying way too much, e.g. 30 cream pies. The only criteria is if it is safely edible.

# XXX: consider food (nutrition / weight) and current load
return $item->is_safely_edible;