diff options
Diffstat (limited to 'Northstar.Custom/mod/scripts')
-rw-r--r-- | Northstar.Custom/mod/scripts/weapons/melee_pilot_kunai.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Northstar.Custom/mod/scripts/weapons/melee_pilot_kunai.txt b/Northstar.Custom/mod/scripts/weapons/melee_pilot_kunai.txt index e8b7c181..2faff2e2 100644 --- a/Northstar.Custom/mod/scripts/weapons/melee_pilot_kunai.txt +++ b/Northstar.Custom/mod/scripts/weapons/melee_pilot_kunai.txt @@ -145,5 +145,10 @@ WeaponData "melee_damage" "5" "impulse_force" "50000" } + allow_as_primary + { + "fire_mode" "offhand_melee_hybrid" + "attack_button_presses_melee" "1" + } } } |