From 0d9b84af51b553372b8c1a092a8061faa41eaa6a Mon Sep 17 00:00:00 2001 From: psydev Date: Mon, 12 May 2014 02:05:48 -0700 Subject: [PATCH] Fixed the rocks in desert tileset They were all set to inherit defaults, few of them were set properly. You could drive through most of them. --- mods/cnc/rules/trees.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/mods/cnc/rules/trees.yaml b/mods/cnc/rules/trees.yaml index 58185bd533..fd712d16b6 100644 --- a/mods/cnc/rules/trees.yaml +++ b/mods/cnc/rules/trees.yaml @@ -22,24 +22,41 @@ SPLITBLUE: ROCK1: Inherits: ^Rock - + Building: + Footprint: __ xx + ROCK2: Inherits: ^Rock + Building: + Footprint: xx_ + Dimensions: 3,1 ROCK3: Inherits: ^Rock ROCK4: Inherits: ^Rock + Building: + Footprint: x + Dimensions: 1,1 ROCK5: Inherits: ^Rock + Building: + Footprint: x_ + Dimensions: 2,1 ROCK6: Inherits: ^Rock + Building: + Footprint: ___ xxx + Dimensions: 3,2 ROCK7: Inherits: ^Rock + Building: + Footprint: xxxx + Dimensions: 4,1 T01: Inherits: ^Tree