From 1ceebb2500459f6413c0e32399ef63f72ccacd31 Mon Sep 17 00:00:00 2001 From: "theastropath@gmail.com" Date: Sun, 6 Aug 2023 15:28:38 -0400 Subject: [PATCH] Add datacubes with ATM account details to Hong Kong --- DXRMapFixups/DeusEx/Classes/DXRFixupM06.uc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/DXRMapFixups/DeusEx/Classes/DXRFixupM06.uc b/DXRMapFixups/DeusEx/Classes/DXRFixupM06.uc index 2cca195cf..a4142b15e 100644 --- a/DXRMapFixups/DeusEx/Classes/DXRFixupM06.uc +++ b/DXRMapFixups/DeusEx/Classes/DXRFixupM06.uc @@ -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(); }