diff --git a/gamemode/zombieclasses/zombie.lua b/gamemode/zombieclasses/zombie.lua index 829c6d6..a860f73 100644 --- a/gamemode/zombieclasses/zombie.lua +++ b/gamemode/zombieclasses/zombie.lua @@ -19,7 +19,7 @@ CLASS.CanTaunt = true CLASS.CanFeignDeath = true CLASS.Health = 200 -CLASS.Speed = 180 +CLASS.Speed = 200 CLASS.Points = 5 CLASS.SWEP = "weapon_zs_zombie" @@ -102,4 +102,4 @@ end if CLIENT then CLASS.Icon = "zombiesurvival/killicons/zombie" -end \ No newline at end of file +end