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 422080a..5914c04 100644 --- a/gamemode/npcsystem/npcs/zombie.lua +++ b/gamemode/npcsystem/npcs/zombie.lua @@ -1,6 +1,6 @@ NPC.Name = "Zombie"
NPC.Desc = "A fearsome monster!"
-NPC.Class = "Ambient" --Ambient, Agressive, Boss
+NPC.Class = "Agressive" --Ambient, Agressive, Boss
NPC.Model = "models/Zombie/Classic.mdl"
NPC.Icon = Material("wintersurvival2/hud/ws1_icons/icon_rock")
|
