deep orange balrog chat message color

master
Juraj Vajda 2018-11-22 18:13:38 -05:00
parent 7e4bed95b6
commit 01f7914ec8
1 changed files with 22 additions and 21 deletions

View File

@ -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)