Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mobs_more_monsters
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
mobs_more_monsters
Commits
e651d1a2
Commit
e651d1a2
authored
9 years ago
by
coeseta
Browse files
Options
Downloads
Patches
Plain Diff
zombies are now being damaged by light
parent
983e4da3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mobs_zombie/init.lua
+2
-0
2 additions, 0 deletions
mobs_zombie/init.lua
with
2 additions
and
0 deletions
mobs_zombie/init.lua
+
2
−
0
View file @
e651d1a2
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment