mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 20:55:44 +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}!`,
|
`You've finished creating ${programName}!`,
|
||||||
"The new program can be found on your home computer.",
|
"The new program can be found on your home computer.",
|
||||||
];
|
];
|
||||||
dialogBoxCreate(lines.join("<br>"));
|
dialogBoxCreate(lines.join("\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Player.getHomeComputer().programs.includes(programName)) {
|
if (!Player.getHomeComputer().programs.includes(programName)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user