| summaryrefslogtreecommitdiff |
diff options
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) |


