1
0
forked from 0ad/0ad

Fix some issues mentioned by @Nescio in the next thread:

https://wildfiregames.com/forum/index.php?/topic/27756-unit-actor-mistakes/&tab=comments#comment-393370

This was SVN commit r23550.
This commit is contained in:
Alexandermb 2020-03-25 19:36:52 +00:00
parent 4757d0bbe0
commit 37c59909dc
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<props>
<prop actor="props/units/helmets/hele_thracian_b2_crested.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/new/head_hele_a.xml" attachpoint="head"/>
<prop actor="props/units/shields/aspis_athen_c.xml" attachpoint="shield_arm"/>
<prop actor="props/units/shields/pelta_thra_basic.xml" attachpoint="shield_arm"/>
<prop actor="props/units/weapons/spear_reverse.xml" attachpoint="weapon_R"/>
<prop actor="props/units/weapons/sheath_xiphos.xml" attachpoint="sheath_01_R"/>
</props>

View File

@ -6,8 +6,10 @@
<props>
<prop actor="props/units/heads/new/head_philip.xml" attachpoint="head"/>
<prop actor="props/units/weapons/sarissa.xml" attachpoint="weapon_R"/>
<prop actor="props/units/shields/mace_round_su3.xml" attachpoint="shield_arm"/>
<prop actor="props/units/shields/pelte_mace_e.xml" attachpoint="shield_arm"/>
<prop actor="props/units/helmets/hele_phrygian_s7.xml" attachpoint="helmet"/>
<prop actor="props/units/armor/greave_02_bronze_r.xml" attachpoint="leg_R"/>
<prop actor="props/units/armor/greave_02_bronze_l.xml" attachpoint="leg_L"/>
</props>
</variant>
</group>