| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-08-27 18:03:22 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-08-27 18:03:22 +0200 |
| commit | 92c21e348391af5fc3c2d68af0e6c6bfd7a40b03 (patch) | |
| tree | 0c796b0ac0926836be68643eda7ef1aeb2993365 /tile/grassland.m4d | |
| parent | e30f2f4b5911bece4da090af4dc749cfce37e100 (diff) | |
...
Diffstat (limited to 'tile/grassland.m4d')
| -rw-r--r-- | tile/grassland.m4d | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/tile/grassland.m4d b/tile/grassland.m4d index 9240730..177f1ff 100644 --- a/tile/grassland.m4d +++ b/tile/grassland.m4d @@ -1,4 +1,22 @@ __TILE_CATEGORY(`Grassland', 1, 2)m4_dnl -__TILE_CLASS(1, `Grass', 6) -__TILE_CLASS(3, `Mushroom Infestation', 12) -__TILE_CLASS(5, `Tree Remains', 24) +__TILE_CLASS(1, + `Grass', + 6, + __MOD_LIST(), + __MOD_LIST(), + __MOD_LIST(), + __MOD_LIST())m4_dnl +__TILE_CLASS(3, + `Mushroom Infestation', + 12, + __MOD_LIST(), + __MOD_LIST(), + __MOD_LIST(), + __MOD_LIST())m4_dnl +__TILE_CLASS(5, + `Tree Remains', + 24, + __MOD_LIST(), + __MOD_LIST(), + __MOD_LIST(), + __MOD_LIST())m4_dnl |


