Added garrison flag to these two barracks.

This was SVN commit r10513.
This commit is contained in:
Michael D. Hafer 2011-11-11 02:49:18 +00:00
parent 7dbef7c62e
commit d267657ffe
2 changed files with 16 additions and 0 deletions

View File

@ -12,5 +12,13 @@
<texture>structural/kart_struct.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="garrisoned">
<props>
<prop actor="props/special/common/waypoint_flag_0ad.xml" attachpoint="garrisoned"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -11,4 +11,12 @@
<texture>structural/iber_struct.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="garrisoned">
<props>
<prop actor="props/special/common/waypoint_flag_0ad.xml" attachpoint="garrisoned"/>
</props>
</variant>
</group>
</actor>