Dwarf Fortress Bug Tracker - Dwarf Fortress
View Issue Details
0011724Dwarf FortressDwarf Mode -- Jobs, Farming/Farmer's Workshoppublic2021-03-20 16:392021-03-20 18:10
BenLubar 
 
normalminoralways
newopen 
x86_64Windows10
0.47.05 
 
0011724: seasonal fertilization of farm field skips spring
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"
binary patch
Issue History
2021-03-20 16:39BenLubarNew Issue
2021-03-20 18:10lethosorTag Attached: binary patch

There are no notes attached to this issue.