Anonymous | Login | Signup for a new account | 2023-06-06 09:20 PDT | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
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 | ||||||||||
Target Version | Fixed in Version | ||||||||||
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 | ||||||||||
Attached Files | |||||||||||
![]() |
|||
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 |