From 61b6971817cba720ae6df74ef9cde8ab8797d3c6 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 3 Aug 2018 10:55:28 +0200 Subject: Introduces families & depth. --- tile/grassland.m4d | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tile/grassland.m4d') 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) -- cgit v1.2.3-70-g09d2