Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dmobs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Illuna-Minetest
dmobs
Commits
d9980448
Commit
d9980448
authored
Sep 22, 2016
by
Tai Kedzierski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
parent
0b62965e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
baddies.lua
baddies.lua
+6
-6
No files found.
baddies.lua
View file @
d9980448
...
...
@@ -14,10 +14,10 @@ local pigdef = {
textures
=
{
{
"dmobs_flying_pig_mean.png"
},
},
jump
=
true
,
fly
=
true
,
fall_speed
=
0
,
stepheight
=
1
.
5
,
jump
=
true
,
fly
=
true
,
fall_speed
=
0
,
stepheight
=
1
.
5
,
blood_texture
=
"mobs_blood.png"
,
visual_size
=
{
x
=
1
,
y
=
1
},
makes_footstep_sound
=
true
,
...
...
@@ -29,7 +29,7 @@ local pigdef = {
drops
=
{
{
name
=
"mobs:meat_raw"
,
chance
=
2
,
min
=
1
,
max
=
1
},
},
pigdef
.
sounds
=
{
sounds
=
{
random
=
"mobs_pig"
,
},
do_custom
=
function
(
self
)
...
...
@@ -66,7 +66,7 @@ local pigdef = {
if
dmobs
.
destructive
then
pigdef
.
sounds
.
explode
=
"mobs_pig"
pigdef
.
attack_type
=
"explode"
,
pigdef
.
attack_type
=
"explode"
end
mobs
:
register_mob
(
"dmobs:pig_evil"
,
pigdef
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment