aboutsummaryrefslogtreecommitdiff
path: root/gamemode/npcsystem
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/npcsystem')
-rw-r--r--gamemode/npcsystem/npcs/antlion4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/npcsystem/npcs/antlion4.lua b/gamemode/npcsystem/npcs/antlion4.lua
index e8e7a88..cb39049 100644
--- a/gamemode/npcsystem/npcs/antlion4.lua
+++ b/gamemode/npcsystem/npcs/antlion4.lua
@@ -13,7 +13,7 @@ NPC.Stats = {
["Accel"] = 400,
["Decel"] = 400,
["Step"] = 20, --Step height
- ["Hull"] = HULL_LARGE
+ ["Hull"] = HULL_LARGE,
["TargetBuildings"] = true
}