Updated the ancient space station awakening text (#24760)

* Charlie knows the current year now.

* This change is apparent.
This commit is contained in:
Charlie Nolan
2024-03-26 09:55:25 +00:00
committed by GitHub
parent 417914dc89
commit 589f1e8ee7
2 changed files with 11 additions and 4 deletions
+5 -2
View File
@@ -116,10 +116,13 @@ SUBSYSTEM_DEF(economy)
return FALSE //really fuck off, you're vv editing something to a value that will break the economy
return ..()
/datum/controller/subsystem/economy/Initialize()
///create main station accounts
/proc/init_current_date_string()
if(!GLOB.current_date_string)
GLOB.current_date_string = "[time2text(world.timeofday, "DD Month")], [GLOB.game_year]"
/datum/controller/subsystem/economy/Initialize()
init_current_date_string()
///create main station accounts
if(GLOB.station_money_database)
populate_station_database()
cargo_account = GLOB.station_money_database.get_account_by_department(DEPARTMENT_SUPPLY)