~widelands-dev/widelands/trunk

« back to all changes in this revision

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

  • Committer: The Widelands Bunnybot
  • Date: 2020-07-19 06:44:13 UTC
  • Revision ID: bunnybot@widelands.org-20200719064413-xhdakc308xj09vfy
Add optional braces to logic code (#3993)

(by gunchleoc)
2efff03ce7fb2e8c3699891a77cc2b2212507e18

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
   inputs = {
52
52
      { name = "ration", amount = 6 }
53
53
   },
54
 
   outputs = {
55
 
      "coal"
56
 
   },
57
54
 
58
55
   indicate_workarea_overlaps = {
59
56
      barbarians_coalmine = false,