mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Changes the dates of bank account creation to be more reasonable
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
T.amount = starting_funds
|
T.amount = starting_funds
|
||||||
if(!source_db)
|
if(!source_db)
|
||||||
//set a random date, time and location some time over the past few decades
|
//set a random date, time and location some time over the past few decades
|
||||||
T.date = "[num2text(rand(1,31))] [pick("January","February","March","April","May","June","July","August","September","October","November","December")], 25[rand(10,56)]"
|
T.date = "[num2text(rand(1,28))] [pick("January","February","March","April","May","June","July","August","September","October","November","December")], 23[rand(12,19)]" // VOREStation Edit: lore-compliant dates
|
||||||
T.time = "[rand(0,24)]:[rand(11,59)]"
|
T.time = "[rand(0,24)]:[rand(11,59)]"
|
||||||
T.source_terminal = "NTGalaxyNet Terminal #[rand(111,1111)]"
|
T.source_terminal = "NTGalaxyNet Terminal #[rand(111,1111)]"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user