mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 19:10:26 +01:00
Small Mese Dragon fixes
This commit is contained in:
parent
09ed9098e7
commit
a3124f49b2
@ -82,7 +82,7 @@ mobs:register_arrow("mobs:mese_dragon_fireball", {
|
||||
visual = "sprite",
|
||||
visual_size = {x = 1, y = 1},
|
||||
textures = {"mobs_mese_dragon_fireball.png"},
|
||||
velocity = 8,
|
||||
velocity = 10,
|
||||
|
||||
-- direct hit, no fire... just plenty of pain
|
||||
hit_player = function(self, player)
|
||||
@ -111,7 +111,7 @@ minetest.register_node("mobs:mese_dragon_spawner", {
|
||||
is_ground_content = false,
|
||||
groups = {unbreakable = 1, mob_spawner=1},
|
||||
sounds = default.node_sound_stone_defaults({
|
||||
dug = {name="mobs_boom", gain=0.25} -- to be changed
|
||||
dug = {name="mobs_boom", gain=0.25}
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user