~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to data/tribes/buildings/productionsites/barbarians/well/init.lua

  • Committer: The Widelands Bunnybot
  • Date: 2020-08-15 06:09:43 UTC
  • Revision ID: bunnybot@widelands.org-20200815060943-j3nda0lqh09nj8kl
Use named parameters in ActMine (#4099)

The worker experience parameter is now optional.

(by gunchleoc)
2fc976bf387e701d88a32754904994ca636600a1

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
         actions = {
48
48
            "sleep=duration:20s",
49
49
            "animate=working duration:20s",
50
 
            "mine=water 1 100 65 2",
 
50
            "mine=water radius:1 yield:100% when_empty:65%",
51
51
            "produce=water",
52
52
         }
53
53
      },