Updated hero_fury celestial vault definition
This commit is contained in:
parent
923d4b81ca
commit
9849a2781b
@ -45,7 +45,6 @@ end)
|
||||
|
||||
|
||||
arena_lib.on_join("fantasy_brawl", function(pl_name, arena, as_spectator)
|
||||
minetest.get_player_by_name(pl_name):get_meta():set_int("show_wielded_item", 2)
|
||||
fbrawl.generate_HUD(arena, pl_name)
|
||||
end)
|
||||
|
||||
|
@ -21,17 +21,18 @@ skills.register_skill("fbrawl:hero_fury", {
|
||||
sounds = {
|
||||
start = {name = "fbrawl_hero_fury"}
|
||||
},
|
||||
sky = {
|
||||
type = "regular",
|
||||
sky_color = {
|
||||
day_horizon = "#a93b3b",
|
||||
day_sky = "#e6482e"
|
||||
}
|
||||
celestial_vault = {
|
||||
sky = {
|
||||
type = "regular",
|
||||
sky_color = {
|
||||
day_horizon = "#a93b3b",
|
||||
day_sky = "#e6482e"
|
||||
}
|
||||
},
|
||||
clouds = {
|
||||
color = "#302c2e"
|
||||
},
|
||||
},
|
||||
clouds = {
|
||||
color = "#302c2e"
|
||||
},
|
||||
|
||||
on_start = function(self)
|
||||
self.data.hits = 0
|
||||
--fbrawl.camera_shake(self.pl_name, 40, 0.5)
|
||||
|
Loading…
x
Reference in New Issue
Block a user