mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-12-23 01:10:26 +01:00
added arror tail example to dungeon master's fireball
This commit is contained in:
parent
7f9ace3d6f
commit
28e7af4804
@ -71,6 +71,9 @@ mobs:register_arrow("mobs_monster:fireball", {
|
||||
visual_size = {x = 1, y = 1},
|
||||
textures = {"mobs_fireball.png"},
|
||||
velocity = 6,
|
||||
-- tail = 1,
|
||||
-- tail_texture = "mobs_fireball.png",
|
||||
-- tail_size = 10,
|
||||
|
||||
-- direct hit, no fire... just plenty of pain
|
||||
hit_player = function(self, player)
|
||||
|
Loading…
Reference in New Issue
Block a user