From 74683645fcfb69f2f39822a11d9597a677de4999 Mon Sep 17 00:00:00 2001 From: SvveetMavis <107206864+SvveetMavis@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:43:06 -0500 Subject: [PATCH] Magneto Stick C_Hands Adds functional C_Hands to the magneto stick and preserves the FOV --- gamemodes/terrortown/entities/weapons/weapon_zm_carry.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gamemodes/terrortown/entities/weapons/weapon_zm_carry.lua b/gamemodes/terrortown/entities/weapons/weapon_zm_carry.lua index e27da0141..f22d1ae49 100644 --- a/gamemodes/terrortown/entities/weapons/weapon_zm_carry.lua +++ b/gamemodes/terrortown/entities/weapons/weapon_zm_carry.lua @@ -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" @@ -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