diff options
Diffstat (limited to 'gamemode/npcsystem/npcs/antlion1.lua')
| -rw-r--r-- | gamemode/npcsystem/npcs/antlion1.lua | 2 |
1 files changed, 1 insertions, 1 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 |
