aboutsummaryrefslogtreecommitdiff
path: root/gamemode/npcsystem
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-10 20:08:37 -0500
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-10 20:08:37 -0500
commit312f321f771960872fb3ee3e1bb24ebaf91aa38f (patch)
treeca3265d407008a8b0156ab181436ebd4897053d3 /gamemode/npcsystem
parentb192363394e3a9d9dcf8c182512fa4612c91fd00 (diff)
downloadwintersurvival2-312f321f771960872fb3ee3e1bb24ebaf91aa38f.tar.gz
wintersurvival2-312f321f771960872fb3ee3e1bb24ebaf91aa38f.tar.bz2
wintersurvival2-312f321f771960872fb3ee3e1bb24ebaf91aa38f.zip
Fixed hulls on antlions to be HULL_LARGE
Diffstat (limited to 'gamemode/npcsystem')
-rw-r--r--gamemode/npcsystem/npcs/antlion1.lua2
-rw-r--r--gamemode/npcsystem/npcs/antlion2.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/npcsystem/npcs/antlion1.lua b/gamemode/npcsystem/npcs/antlion1.lua
index 1b0a38f..0e62a92 100644
--- a/gamemode/npcsystem/npcs/antlion1.lua
+++ b/gamemode/npcsystem/npcs/antlion1.lua
@@ -13,7 +13,7 @@ NPC.Stats = {
["Accel"] = 400,
["Decel"] = 400,
["Step"] = 20, --Step height
- ["Hull"] = HULL_MEDIUM
+ ["Hull"] = HULL_LARGE
}
--Drops should be formated as [index]={["item name"], percent_drop} where percent_drop is a number from 0 to 100
diff --git a/gamemode/npcsystem/npcs/antlion2.lua b/gamemode/npcsystem/npcs/antlion2.lua
index 738bb7e..1d2087b 100644
--- a/gamemode/npcsystem/npcs/antlion2.lua
+++ b/gamemode/npcsystem/npcs/antlion2.lua
@@ -13,7 +13,7 @@ NPC.Stats = {
["Accel"] = 400,
["Decel"] = 400,
["Step"] = 20, --Step height
- ["Hull"] = HULL_MEDIUM
+ ["Hull"] = HULL_LARGE
}
--Drops should be formated as [index]={["item name"], percent_drop} where percent_drop is a number from 0 to 100