~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to data/tribes/buildings/productionsites/atlanteans/ironmine/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:
69
69
         descname = _"mining iron",
70
70
         actions = {
71
71
            "animate=working duration:14s",
72
 
            "mine=iron 4 100 5 2",
 
72
            "mine=iron radius:4 yield:100% when_empty:5%",
73
73
            "produce=iron_ore",
74
74
         }
75
75
      },