diff --git a/dungeon_master.lua b/dungeon_master.lua index 9a35d55..aa6ca6f 100644 --- a/dungeon_master.lua +++ b/dungeon_master.lua @@ -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)