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_jellyfish/init.lua | |
parent | 7180acb74fd9a4842eaff0783767672f3b29c588 (diff) |
updated to 1.17 api
Diffstat (limited to 'mobs_jellyfish/init.lua')
-rw-r--r-- | mobs_jellyfish/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobs_jellyfish/init.lua b/mobs_jellyfish/init.lua index ef2fc0a..363eb34 100644 --- a/mobs_jellyfish/init.lua +++ b/mobs_jellyfish/init.lua @@ -5,6 +5,7 @@ if mobs.mod and mobs.mod == "redo" then type = "animal", attack_type = "dogfight", damage = 5, + reach = 1, hp_min = 5, hp_max = 10, armor = 100, |