Fixed meat gathering props for the Celt spearman.

This was SVN commit r8625.
This commit is contained in:
Michael D. Hafer 2010-11-15 21:28:45 +00:00
parent efd0b14029
commit b7e4b197f2
3 changed files with 24 additions and 0 deletions

View File

@ -105,6 +105,14 @@
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/> <prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props> </props>
</variant> </variant>
<variant name="gather_meat">
<props>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock"> <variant name="gather_rock">
<props> <props>
<prop attachpoint="shield"/> <prop attachpoint="shield"/>

View File

@ -87,6 +87,14 @@
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/> <prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props> </props>
</variant> </variant>
<variant name="gather_meat">
<props>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock"> <variant name="gather_rock">
<props> <props>
<prop attachpoint="shield"/> <prop attachpoint="shield"/>

View File

@ -83,6 +83,14 @@
<prop attachpoint="helmet"/> <prop attachpoint="helmet"/>
</props> </props>
</variant> </variant>
<variant name="gather_meat">
<props>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock"> <variant name="gather_rock">
<props> <props>
<prop attachpoint="shield"/> <prop attachpoint="shield"/>