Skip to content

Commit

Permalink
Magneto Stick C_Hands
Browse files Browse the repository at this point in the history
Adds functional C_Hands to the magneto stick and preserves the FOV
  • Loading branch information
SvveetMavis authored Nov 27, 2024
1 parent 1debca5 commit 7468364
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gamemodes/terrortown/entities/weapons/weapon_zm_carry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if CLIENT then
SWEP.Icon = "vgui/ttt/icon_magneto_stick"

SWEP.ViewModelFlip = false
SWEP.ViewModelFOV = 54
end

SWEP.Base = "weapon_tttbase"
Expand All @@ -36,7 +37,8 @@ SWEP.AutoSpawnable = false

SWEP.notBuyable = true

SWEP.ViewModel = Model("models/weapons/v_stunbaton.mdl")
SWEP.UseHands = true
SWEP.ViewModel = Model("models/weapons/c_stunstick.mdl")
SWEP.WorldModel = Model("models/weapons/w_stunbaton.mdl")

SWEP.Primary.ClipSize = -1
Expand Down

0 comments on commit 7468364

Please sign in to comment.