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

glowing dm fireball for latest dev

This commit is contained in:
TenPlus1
2017-01-20 09:29:41 +00:00
parent e5f4c2a774
commit dbc5cafc5b
2 changed files with 6 additions and 3 deletions

View File

@ -78,9 +78,11 @@ 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,
tail = 1,
tail_texture = "mobs_fireball.png",
tail_size = 10,
glow = 5,
expire = 0.1,
-- direct hit, no fire... just plenty of pain
hit_player = function(self, player)