mobs_zombie: fix typos

This commit is contained in:
tchncs 2016-04-01 11:38:12 +02:00
parent e651d1a2dd
commit be55afbf06

View File

@ -32,7 +32,7 @@ if mobs.mod and mobs.mod == "redo" then
armor = 200,
knock_back = 1,
lava_damage = 10,
light_damage = 2
light_damage = 2,
damage = 4,
reach = 2,
attack_type = "dogfight",
@ -95,7 +95,7 @@ if mobs.mod and mobs.mod == "redo" then
armor = 150,
knock_back = 1,
lava_damage = 10,
light_damage = 2
light_damage = 2,
damage = 6,
reach = 1,
attack_type = "dogfight",