Updated console message code to Luka's latest version

This commit is contained in:
Maruno17
2021-11-21 17:36:25 +00:00
parent b445f26a88
commit ea9cacd6b9
9 changed files with 173 additions and 151 deletions

View File

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