1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-12 21:30:41 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2020-07-17 22:40:01 +02:00
2 changed files with 13 additions and 35 deletions

View File

@ -96,9 +96,9 @@ mobs:register_mob("mobs_monster:sand_monster", {
]]
on_die = function(self, pos)
pos.y = pos.y + 0.5
effect(pos, 30, "mobs_sand_particles.png", 0.1, 2, 3, 5)
mobs:effect(pos, 30, "mobs_sand_particles.png", .1, 2, 3, 5)
pos.y = pos.y + 0.25
effect(pos, 30, "mobs_sand_particles.png", 0.1, 2, 3, 5)
mobs:effect(pos, 30, "mobs_sand_particles.png", .1, 2, 3, 5)
end,
--[[
on_rightclick = function(self, clicker)