deep orange balrog chat message color
This commit is contained in:
parent
7e4bed95b6
commit
01f7914ec8
@ -222,7 +222,8 @@ function spawners_env.check_for_spawning_timer(pos, mob_name, night_only, mod_pr
|
||||
end
|
||||
|
||||
if boss then
|
||||
minetest.chat_send_all('!Balrog has spawned to this World!')
|
||||
-- color: deep orange
|
||||
minetest.chat_send_all(minetest.colorize("#FF5722", "Balrog has spawned to this World!"))
|
||||
end
|
||||
|
||||
spawners_env.start_spawning(random_pos, 1, "spawners_env:"..mob_name, mod_prefix, sound_custom)
|
||||
|
Loading…
Reference in New Issue
Block a user