From 39a5b5575346981adcd509dfebc629ad6da9ffcb Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 26 Mar 2017 17:40:13 +0200 Subject: [PATCH] bugfix? mine grants +1 to laen production. not certain that this is actually a bug. --- res/core/resources/laen.xml | 1 + scripts/tests/e3/production.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/res/core/resources/laen.xml b/res/core/resources/laen.xml index 30531c0fe..5fbe86549 100644 --- a/res/core/resources/laen.xml +++ b/res/core/resources/laen.xml @@ -4,6 +4,7 @@ + diff --git a/scripts/tests/e3/production.lua b/scripts/tests/e3/production.lua index 696035255..85fdeb638 100644 --- a/scripts/tests/e3/production.lua +++ b/scripts/tests/e3/production.lua @@ -38,7 +38,7 @@ function test_laen_needs_mine() turn_end() end -function bad_test_mine_laen_bonus() +function test_mine_laen_bonus() -- some buildings grant a bonus on the production skill -- i.e. a mine adds +1 to mining local r = region.create(0, 0, 'mountain')