GunChleoc has proposed merging lp:~widelands-dev/widelands/bug-1516777 into 
lp:widelands.

Requested reviews:
  Widelands Developers (widelands-dev)
Related bugs:
  Bug #1516777 in widelands: "Atlantean corn farms unproductive"
  https://bugs.launchpad.net/widelands/+bug/1516777

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/bug-1516777/+merge/277701

Fixed a bug with animation length.
-- 
Your team Widelands Developers is requested to review the proposed merge of 
lp:~widelands-dev/widelands/bug-1516777 into lp:widelands.
=== modified file 'tribes/immovables/blackrootfield_ripe/init.lua'
--- tribes/immovables/blackrootfield_ripe/init.lua	2015-10-31 12:11:44 +0000
+++ tribes/immovables/blackrootfield_ripe/init.lua	2015-11-17 15:05:44 +0000
@@ -9,7 +9,7 @@
    attributes = { "ripe_blackroot", "field" },
    programs = {
       program = {
-         "animate=idle 50000",
+         "animate=idle 500000",
          "remove=",
       },
       harvest = {

=== modified file 'tribes/immovables/cornfield_ripe/init.lua'
--- tribes/immovables/cornfield_ripe/init.lua	2015-10-31 12:11:44 +0000
+++ tribes/immovables/cornfield_ripe/init.lua	2015-11-17 15:05:44 +0000
@@ -9,7 +9,7 @@
    attributes = { "ripe_corn", "field" },
    programs = {
       program = {
-         "animate=idle 50000",
+         "animate=idle 500000",
          "remove=",
       },
       harvest = {

_______________________________________________
Mailing list: https://launchpad.net/~widelands-dev
Post to     : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to