widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #04659
[Merge] lp:~widelands-dev/widelands/farm_animal_sound into lp:widelands
GunChleoc has proposed merging lp:~widelands-dev/widelands/farm_animal_sound into lp:widelands.
Requested reviews:
Widelands Developers (widelands-dev)
For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/farm_animal_sound/+merge/277791
Removed farm animal sound from cereal producing farms.
cf. https://wl.widelands.org/forum/topic/1158/
--
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/farm_animal_sound into lp:widelands.
=== modified file 'tribes/buildings/productionsites/atlanteans/farm/init.lua'
--- tribes/buildings/productionsites/atlanteans/farm/init.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/farm/init.lua 2015-11-18 08:55:07 +0000
@@ -52,7 +52,6 @@
actions = {
"call=plant_corn",
"call=harvest_corn",
- "playFX=sound/farm farm_animal 192",
"return=skipped"
}
},
=== modified file 'tribes/buildings/productionsites/barbarians/farm/init.lua'
--- tribes/buildings/productionsites/barbarians/farm/init.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/farm/init.lua 2015-11-18 08:55:07 +0000
@@ -63,7 +63,6 @@
actions = {
"call=plant_wheat",
"call=harvest_wheat",
- "playFX=sound/farm farm_animal 192",
"return=skipped"
}
},
=== modified file 'tribes/buildings/productionsites/empire/farm/init.lua'
--- tribes/buildings/productionsites/empire/farm/init.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/farm/init.lua 2015-11-18 08:55:07 +0000
@@ -50,7 +50,6 @@
actions = {
"call=plant_wheat",
"call=harvest_wheat",
- "playFX=sound/farm farm_animal 192",
"return=skipped"
}
},
Follow ups