diff options
author | blert2112 <cdilts@bellsouth.net> | 2015-09-29 15:19:13 -0400 |
---|---|---|
committer | blert2112 <cdilts@bellsouth.net> | 2015-09-29 15:19:13 -0400 |
commit | 2192d3627e3488bfacb724620b999a810fb46926 (patch) | |
tree | 149a48bf2a346b77c0609fe7d2215ebfc79eefec /mobs_crocs | |
parent | 7180acb74fd9a4842eaff0783767672f3b29c588 (diff) |
updated to 1.17 api
Diffstat (limited to 'mobs_crocs')
-rw-r--r-- | mobs_crocs/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mobs_crocs/init.lua b/mobs_crocs/init.lua index 536ba58..d6ce5f6 100644 --- a/mobs_crocs/init.lua +++ b/mobs_crocs/init.lua @@ -36,6 +36,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 8, + reach = 3, hp_min = 20, hp_max = 25, armor = 200, @@ -69,6 +70,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 8, + reach = 2, hp_min = 20, hp_max = 25, armor = 200, @@ -101,6 +103,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 8, + reach = 1, hp_min = 20, hp_max = 25, armor = 200, |