aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom
diff options
context:
space:
mode:
authorConnie Price <contact@connieprice.co.uk>2022-01-15 04:38:07 +0000
committerBarichello <artur@barichello.me>2022-01-15 12:47:51 -0300
commit00f28ecd6248e22dea6bd1425bbe652fa177cdd1 (patch)
tree9f7c674b32b84201cd483d85bfa21cead75f8b79 /Northstar.Custom
parent60ed8aadc819cb21341ee33abcee8824d00e0cbd (diff)
downloadNorthstarMods-00f28ecd6248e22dea6bd1425bbe652fa177cdd1.tar.gz
NorthstarMods-00f28ecd6248e22dea6bd1425bbe652fa177cdd1.zip
Moved pulse blade to the slot it's normally in.
Co-authored-by: Barichello <artur@barichello.me>
Diffstat (limited to 'Northstar.Custom')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut2
1 files changed, 1 insertions, 1 deletions
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 )