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:
@ -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)
|
||||
|
Reference in New Issue
Block a user