mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
UI: use newline to separate sentences in popup message (#188)
This commit is contained in:
parent
9e869bc876
commit
83730d89fd
@ -85,7 +85,7 @@ export class CreateProgramWork extends Work {
|
||||
`You've finished creating ${programName}!`,
|
||||
"The new program can be found on your home computer.",
|
||||
];
|
||||
dialogBoxCreate(lines.join("<br>"));
|
||||
dialogBoxCreate(lines.join("\n"));
|
||||
}
|
||||
|
||||
if (!Player.getHomeComputer().programs.includes(programName)) {
|
||||
|
Loading…
Reference in New Issue
Block a user