~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to data/tribes/buildings/productionsites/atlanteans/coalmine/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:
77
77
         descname = _"mining coal",
78
78
         actions = {
79
79
            "animate=working duration:10s",
80
 
            "mine=coal 4 100 5 2",
 
80
            "mine=coal radius:4 yield:100% when_empty:5%",
81
81
            "produce=coal",
82
82
         }
83
83
      },