autofarm: sync with changes to structures for df-item.xml

develop
Kelly Martin 2012-11-30 20:51:40 -06:00
parent 021d089709
commit e5f509a994
1 changed files with 1 additions and 1 deletions

@ -35,7 +35,7 @@ class AutoFarm
if (!i.flags.dump && !i.flags.forbid && !i.flags.garbage_collect &&
!i.flags.hostile && !i.flags.on_fire && !i.flags.rotten &&
!i.flags.trader && !i.flags.in_building && !i.flags.construction &&
!i.flags.artifact1 && plantable.has_key? (i.mat_index))
!i.flags.artifact)
counts[i.mat_index] = counts[i.mat_index] + i.stack_size
end
}