Standardised compiling-based console messages

This commit is contained in:
Maruno17
2022-11-05 16:18:24 +00:00
parent 6f7a714d48
commit c984fda1cf
9 changed files with 44 additions and 40 deletions

View File

@@ -962,7 +962,7 @@ module Compiler
# Save all data to PBS files
#=============================================================================
def write_all
Console.echo_h1 _INTL("Writing all PBS files")
Console.echo_h1(_INTL("Writing all PBS files"))
write_town_map
write_connections
write_types
@@ -986,6 +986,6 @@ module Compiler
write_dungeon_parameters
write_phone
echoln ""
Console.echo_h2("Successfully rewrote all PBS files", text: :green)
Console.echo_h2(_INTL("Successfully rewrote all PBS files"), text: :green)
end
end