View Issue Details

IDProjectCategoryView StatusLast Update
0011724Dwarf FortressDwarf Mode -- Jobs, Farming/Farmer's Workshoppublic2021-03-20 18:10
ReporterBenLubar Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Platformx86_64OSWindowsOS Version10
Product Version0.47.05 
Summary0011724: seasonal fertilization of farm field skips spring
Descriptionbased 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"
Tagsbinary patch

Activities

There are no notes attached to this issue.

Add Note

Note

Issue History

Date Modified Username Field Change
2021-03-20 16:39 BenLubar New Issue
2021-03-20 18:10 lethosor Tag Attached: binary patch