| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-03 10:55:28 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-03 10:55:28 +0200 |
| commit | 61b6971817cba720ae6df74ef9cde8ab8797d3c6 (patch) | |
| tree | 6c8336ef0735638a3c4c45d71137c4b808975cca /tile/grassland.m4d | |
| parent | 26957226f4601ff3adb777efc5d19553bdda0711 (diff) | |
Introduces families & depth.
Diffstat (limited to 'tile/grassland.m4d')
| -rw-r--r-- | tile/grassland.m4d | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tile/grassland.m4d b/tile/grassland.m4d index ff9a8e4..9240730 100644 --- a/tile/grassland.m4d +++ b/tile/grassland.m4d @@ -1,5 +1,4 @@ -__TILE_CATEGORY(`Grassland')m4_dnl -__TILE_CLASS(0, `Grass', 6, 0, 0) -__TILE_CLASS(1, `Mushroom Infestation', 12, 1, 1) -__TILE_CLASS(2, `Tree Remains', 24, 2, 2) -__TILE_CLASS(3, `Clear Water', __TILE_COST_WHEN_OCCUPIED, 3, 44) +__TILE_CATEGORY(`Grassland', 1, 2)m4_dnl +__TILE_CLASS(1, `Grass', 6) +__TILE_CLASS(3, `Mushroom Infestation', 12) +__TILE_CLASS(5, `Tree Remains', 24) |


