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