Merge lp:~widelands-dev/widelands/bug-1662479 into lp:widelands

Proposed by TiborB
Status: Merged
Merged at revision: 8279
Proposed branch: lp:~widelands-dev/widelands/bug-1662479
Merge into: lp:widelands
Diff against target: 11 lines (+1/-1)
1 file modified
data/campaigns/tutorial02_warfare.wmf/scripting/starting_conditions.lua (+1/-1)
To merge this branch: bzr merge lp:~widelands-dev/widelands/bug-1662479
Reviewer Review Type Date Requested Status
GunChleoc Approve
Review via email: mp+316899@code.launchpad.net

Description of the change

Trivial fix - attribute of prefilled buiding barracks was not updated due to the latest changes in lua

To post a comment you must log in.
Revision history for this message
GunChleoc (gunchleoc) wrote :

LGTM :)

@bunnybot merge

review: Approve
Revision history for this message
bunnybot (widelandsofficial) wrote :

Continuous integration builds have changed state:

Travis build 1916. State: passed. Details: https://travis-ci.org/widelands/widelands/builds/200146131.
Appveyor build 1751. State: success. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_bug_1662479-1751.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/campaigns/tutorial02_warfare.wmf/scripting/starting_conditions.lua'
2--- data/campaigns/tutorial02_warfare.wmf/scripting/starting_conditions.lua 2017-01-05 20:43:56 +0000
3+++ data/campaigns/tutorial02_warfare.wmf/scripting/starting_conditions.lua 2017-02-09 20:41:48 +0000
4@@ -54,7 +54,7 @@
5 {"barbarians_sentry", 28, 57, soldiers = {[{3,5,0,2}] = 2 }},
6 {"barbarians_sentry", 37, 61, soldiers = {[{3,5,0,2}] = 2 }},
7 {"barbarians_barrier", 30, 58, soldiers = {[{0,0,0,0}] = 1 }}, -- to make sure some soldiers walk out
8- {"barbarians_barracks", 32, 58, wares = {ax = 8}},
9+ {"barbarians_barracks", 32, 58, inputs = {ax = 8}},
10 {"barbarians_lumberjacks_hut", 24, 1}
11 )
12

Subscribers

People subscribed via source and target branches

to status/vote changes: