diff options
Diffstat (limited to 'gamemode/npcsystem/npcs/zombie.lua')
| -rw-r--r-- | gamemode/npcsystem/npcs/zombie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/npcsystem/npcs/zombie.lua b/gamemode/npcsystem/npcs/zombie.lua index f07bd5a..422080a 100644 --- a/gamemode/npcsystem/npcs/zombie.lua +++ b/gamemode/npcsystem/npcs/zombie.lua @@ -7,7 +7,7 @@ NPC.Icon = Material("wintersurvival2/hud/ws1_icons/icon_rock") NPC.Social = "Solo" --Solo, Pack
NPC.Stats = {
- ["Vitality"] = 100,
+ ["Vitality"] = 200,
["Speed"] = 50,
["AwareDist"] = 1000,
["Accel"] = 100,
|
