From 00f28ecd6248e22dea6bd1425bbe652fa177cdd1 Mon Sep 17 00:00:00 2001 From: Connie Price Date: Sat, 15 Jan 2022 04:38:07 +0000 Subject: Moved pulse blade to the slot it's normally in. Co-authored-by: Barichello --- Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Northstar.Custom/mod/scripts/vscripts') diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut index 852d76630..42d264d93 100644 --- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut +++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut @@ -142,7 +142,7 @@ void function CreateGamemodeGG() file.weapons.append( ggChargeRifle ) // pulse blade - GunGameWeapon ggPulseBlade = { weapon = "mp_weapon_grenade_sonar", mods = [ "pas_power_cell", "amped_tacticals" ], offhandSlot = 0 } + GunGameWeapon ggPulseBlade = { weapon = "mp_weapon_grenade_sonar", mods = [ "pas_power_cell", "amped_tacticals" ], offhandSlot = OFFHAND_SPECIAL } file.weapons.append( ggPulseBlade ) -- cgit v1.2.3