mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Standardised compiling-based console messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user