Skip to content
Snippets Groups Projects
Commit e651d1a2 authored by coeseta's avatar coeseta
Browse files

zombies are now being damaged by light

parent 983e4da3
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ if mobs.mod and mobs.mod == "redo" then
armor = 200,
knock_back = 1,
lava_damage = 10,
light_damage = 2
damage = 4,
reach = 2,
attack_type = "dogfight",
......@@ -94,6 +95,7 @@ if mobs.mod and mobs.mod == "redo" then
armor = 150,
knock_back = 1,
lava_damage = 10,
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