Removing the leaves check for stockpile acceptability.

That item type no longer exists in DF 0.40; such items will now always be considered properly stored by any stockpile they're on.
develop
Eric Wald 2014-08-15 21:39:57 -06:00
parent 716efec6e2
commit f5d50adf0d
1 changed files with 0 additions and 2 deletions

@ -1115,8 +1115,6 @@ function matches_stockpile(item, settings)
return settings.flags.food
elseif df.item_plantst:is_instance(item) then
return settings.flags.food
elseif df.item_leavesst:is_instance(item) then
return settings.flags.food
elseif df.item_cheesest:is_instance(item) then
return settings.flags.food
elseif df.item_globst:is_instance(item) then