View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011724 | Dwarf Fortress | Dwarf Mode -- Jobs, Farming/Farmer's Workshop | public | 2021-03-20 16:39 | 2021-03-20 18:10 |
Reporter | BenLubar | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86_64 | OS | Windows | OS Version | 10 |
Product Version | 0.47.05 | ||||
Summary | 0011724: seasonal fertilization of farm field skips spring | ||||
Description | based on disassembly, the code does this: if (previous_season < current_season) then ....remove_old_fertilizer() ....if (should_fertilize_seasonally) then ........request_fertilizer() ....end end spring is the first season, so the code to update farmplot fertilization doesn't run when the season changes from winter to spring the "less than" should be changed to "not equal to" | ||||
Tags | binary patch | ||||