Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gamemode/zombieclasses/zombie.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -102,4 +102,4 @@ end

if CLIENT then
CLASS.Icon = "zombiesurvival/killicons/zombie"
end
end