1
0
forked from 0ad/0ad

Gave main-line Hellene spearmen the "standard" length spear.

This was SVN commit r3286.
This commit is contained in:
Michael D. Hafer 2005-12-25 08:27:49 +00:00
parent 91d5d9da28
commit f625290a39
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<prop actor="props/units/heads/hele_hoplite_a.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_h.xml" attachpoint="head"/>
<prop actor="props/units/shields/hele_round_a.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_long.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
</props>
<texture>skeletal/hele_isp_a.dds</texture>
</variant>

View File

@ -18,7 +18,7 @@
<props>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
<prop actor="props/units/shields/hele_round_b.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_long.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
<prop actor="props/units/heads/hele_hoplite_b.xml" attachpoint="helmet"/>
</props>
<texture>skeletal/hele_isp_b.dds</texture>

View File

@ -19,7 +19,7 @@
<prop actor="props/units/heads/hele_hoplite_e.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_h.xml" attachpoint="head"/>
<prop actor="props/units/shields/hele_round_e.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_long.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
</props>
<texture>skeletal/hele_isp_e.dds</texture>
</variant>