[mobs/shark] Update

- Fix #290
Este commit está contenido en:
LeMagnesium
2015-09-30 16:08:23 +02:00
padre 2c47322feb
commit eb896a1274

Ver fichero

@@ -28,6 +28,7 @@ mobs:register_mob("mobs:shark_lg", {
type = "monster",
attack_type = "dogfight",
damage = 6,
reach = 3,
hp_min = 20,
hp_max = 30,
armor = 150,
@@ -71,6 +72,7 @@ mobs:register_mob("mobs:shark_md", {
type = "monster",
attack_type = "dogfight",
damage = 5,
reach = 2,
hp_min = 20,
hp_max = 25,
armor = 125,