Skip to content

Commit

Permalink
added claymore throw animations fixes Musashi1584#19
Browse files Browse the repository at this point in the history
  • Loading branch information
ICiscoStu committed Apr 27, 2020
1 parent 5c7c0ba commit 6c1a602
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,11 @@ static function PatchWeaponTemplate(X2WeaponTemplate WeaponTemplate)
AddAbilityToWeaponTemplate(WeaponTemplate, 'SkirmisherGrapple', true);
break;
case 'claymore':

// Added Claymore Archetype and animation for granade throw
WeaponTemplate.GameArchetype = "WP_Claymore.WP_Claymore";
WeaponTemplate.SetAnimationNameForAbility('Throw', 'FF_Grenade');

AddAbilityToWeaponTemplate(WeaponTemplate, 'ThrowClaymore', true);
break;
case 'holotargeter':
Expand Down

0 comments on commit 6c1a602

Please sign in to comment.