diff --git a/gamemodes/terrortown/entities/weapons/weapon_zom_claws.lua b/gamemodes/terrortown/entities/weapons/weapon_zom_claws.lua index 0d61eca1..b296636f 100644 --- a/gamemodes/terrortown/entities/weapons/weapon_zom_claws.lua +++ b/gamemodes/terrortown/entities/weapons/weapon_zom_claws.lua @@ -26,7 +26,7 @@ SWEP.Primary.Delay = 0.6 SWEP.Primary.Ammo = "none" SWEP.AllowDrop = false -SWEP.Kind = WEAPON_ROLE +SWEP.Kind = WEAPON_ROLEZOM SWEP.InLoadoutFor = { ROLE_ZOMBIE } SWEP.IsSilent = true