diff options
Diffstat (limited to 'resources/buildings/WallGrate.xml')
| -rw-r--r-- | resources/buildings/WallGrate.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/resources/buildings/WallGrate.xml b/resources/buildings/WallGrate.xml index 3cf878f..c7d046c 100644 --- a/resources/buildings/WallGrate.xml +++ b/resources/buildings/WallGrate.xml @@ -1,7 +1,5 @@ <?xml version="1.0" ?>
-
-
<building name="Grate" game_type="GrateWall" >
<if>
<or>
@@ -10,9 +8,9 @@ <NeighbourSameType dir="North" />
<NeighbourSameType dir="South" />
</or>
- <sprite index=352 />
+ <sprite index="352" color="building" />
</if>
<else>
- <sprite index = 351 />
+ <sprite index="351" color="building" />
</else>
</building>
|
