From 2694687ed68d6609cc9a0bf2e7ff4b99d0bb1e43 Mon Sep 17 00:00:00 2001 From: Connie Price Date: Fri, 14 Jan 2022 03:18:59 +0000 Subject: Add "allow_as_primary" to all pilot melees so that they can be used to occupy the main slot when no actual weapons are equipped. --- Northstar.Custom/mod/scripts/weapons/melee_pilot_kunai.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Northstar.Custom/mod/scripts/weapons') diff --git a/Northstar.Custom/mod/scripts/weapons/melee_pilot_kunai.txt b/Northstar.Custom/mod/scripts/weapons/melee_pilot_kunai.txt index e8b7c181a..2faff2e28 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" + } } } -- cgit v1.2.3