widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #16310
[Merge] lp:~widelands-dev/widelands/bug-1809838-document-mill into lp:widelands
Notabilis has proposed merging lp:~widelands-dev/widelands/bug-1809838-document-mill into lp:widelands.
Commit message:
Documenting "strange" behavior of atlanteans mill for players.
Requested reviews:
Widelands Developers (widelands-dev)
Related bugs:
Bug #1809838 in widelands: "Blackroot flour economy target is ignored"
https://bugs.launchpad.net/widelands/+bug/1809838
For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/bug-1809838-document-mill/+merge/364704
The mill is always grinding blackroot, even when the economy target is met. This branch documents this behavior for players so it isn't considered/reported as bug.
--
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/bug-1809838-document-mill into lp:widelands.
=== modified file 'data/tribes/buildings/productionsites/atlanteans/mill/helptexts.lua'
--- data/tribes/buildings/productionsites/atlanteans/mill/helptexts.lua 2018-05-04 20:38:53 +0000
+++ data/tribes/buildings/productionsites/atlanteans/mill/helptexts.lua 2019-03-18 20:58:41 +0000
@@ -18,7 +18,7 @@
function building_helptext_note()
-- TRANSLATORS#: Note helptext for a building
- return ""
+ return "When no cornmeal is required, the mill will try to produce blackroot flour even when there is no demand for it."
end
function building_helptext_performance()
Follow ups