Merge lp:~widelands-dev/widelands/bug-1639253-atlantean-smoker-leave-house-se into lp:widelands

Proposed by GunChleoc
Status: Merged
Merged at revision: 8802
Proposed branch: lp:~widelands-dev/widelands/bug-1639253-atlantean-smoker-leave-house-se
Merge into: lp:widelands
Diff against target: 11 lines (+1/-0)
1 file modified
data/tribes/workers/atlanteans/smoker/init.lua (+1/-0)
To merge this branch: bzr merge lp:~widelands-dev/widelands/bug-1639253-atlantean-smoker-leave-house-se
Reviewer Review Type Date Requested Status
hessenfarmer Approve
Review via email: mp+353967@code.launchpad.net

Commit message

Add missing walkload animation to Atlantean smoker.

Description of the change

We lost this one when we moved from conf files to lua files. Hotspot taken directly from Build 18 ;)

To post a comment you must log in.
Revision history for this message
hessenfarmer (stephan-lutz) wrote :

Code LGTM ;-)

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

Continuous integration builds have changed state:

Travis build 3853. State: passed. Details: https://travis-ci.org/widelands/widelands/builds/422046355.
Appveyor build 3651. State: success. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_bug_1639253_atlantean_smoker_leave_house_se-3651.

Revision history for this message
kaputtnik (franku) wrote :

all fine.

@bunnybot merge

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/tribes/workers/atlanteans/smoker/init.lua'
2--- data/tribes/workers/atlanteans/smoker/init.lua 2017-02-12 09:10:57 +0000
3+++ data/tribes/workers/atlanteans/smoker/init.lua 2018-08-29 11:35:48 +0000
4@@ -7,6 +7,7 @@
5 }
6 }
7 add_walking_animations(animations, "walk", dirname, "walk", {20, 22}, 10)
8+add_walking_animations(animations, "walkload", dirname, "walkload", {20, 24}, 10)
9
10 tribes:new_worker_type {
11 msgctxt = "atlanteans_worker",

Subscribers

People subscribed via source and target branches

to status/vote changes: