diff options
Diffstat (limited to 'resources/buildings/Spikes.xml')
| -rw-r--r-- | resources/buildings/Spikes.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/resources/buildings/Spikes.xml b/resources/buildings/Spikes.xml index d8b30a4..6df2b29 100644 --- a/resources/buildings/Spikes.xml +++ b/resources/buildings/Spikes.xml @@ -1,7 +1,13 @@ <?xml version="1.0" ?>
-
-
<building name="Trap" game_type="Trap" game_subtype="WeaponTrap">
- <sprite index = 356 />
-</building>
+ <sprite index="356" />
+ <!--if>
+ <NeighbourWall dir="West" />
+ <sprite index ="376" />
+ </if>
+ <if>
+ <NeighbourWall dir="North" />
+ <sprite index ="377" />
+ </if-->
+</building>
\ No newline at end of file |
