Remove helmet during attack_slaughter animation.

Mentioned by @elexis in 65d2c26261

This was SVN commit r22852.
This commit is contained in:
Alexandermb 2019-09-05 10:57:37 +00:00
parent f192d4a2fa
commit e7ebe821c0

View file

@ -1,12 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<variant name="attack_slaughter">
<animations>
<animation event="0.5" file="biped/gatherer/slaughter.dae" name="attack_slaughter" speed="100"/>
</animations>
<props>
<prop actor="props/units/weapons/knife.xml" attachpoint="weapon_R"/>
<prop attachpoint="weapon_L"/>
<prop attachpoint="shield"/>
<prop attachpoint="shield_arm"/>
</props>
<animations>
<animation event="0.5" file="biped/gatherer/slaughter.dae" name="attack_slaughter" speed="100"/>
</animations>
<props>
<prop actor="props/units/weapons/knife.xml" attachpoint="weapon_R"/>
<prop attachpoint="weapon_L"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
<prop attachpoint="shield_arm"/>
<prop attachpoint="ammo"/>
</props>
</variant>