Skip to content

Commit

Permalink
Add datacubes with ATM account details to Hong Kong
Browse files Browse the repository at this point in the history
  • Loading branch information
theastropath committed Aug 6, 2023
1 parent b89c078 commit 1ceebb2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DXRMapFixups/DeusEx/Classes/DXRFixupM06.uc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ function CheckConfig()
add_datacubes[i].text = "Access code to the Versalife nanotech research wing: 55655.";
i++;

add_datacubes[i].map = "06_HONGKONG_WANCHAI_MARKET";
add_datacubes[i].text = "This new ATM in the market is in such a convenient location for all my banking needs!|nAccount: 8326942 |nPIN: 7797 ";
i++;

add_datacubes[i].map = "06_HONGKONG_WANCHAI_STREET";
add_datacubes[i].text = "It's so handy being able to quickly grab some cash from the Quick Stop before getting to the club!|nAccount: 2332316 |nPIN: 1608 ";
i++;

Super.CheckConfig();
}

Expand Down

0 comments on commit 1ceebb2

Please sign in to comment.