Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011724Dwarf FortressDwarf Mode -- Jobs, Farming/Farmer's Workshoppublic2021-03-20 16:392021-03-20 18:10
ReporterBenLubar 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
Platformx86_64OSWindowsOS Version10
Product Version0.47.05 
Target VersionFixed in Version 
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
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- 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


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker