Skip to content
Snippets Groups Projects
Commit be55afbf authored by Milan's avatar Milan
Browse files

mobs_zombie: fix typos

parent e651d1a2
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment