mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Update interactive.js
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
4ed50b15c3
commit
44b0b8dcd0
@ -26,7 +26,7 @@ export async function runInteractive() {
|
|||||||
return { type: "Exit" };
|
return { type: "Exit" };
|
||||||
}
|
}
|
||||||
|
|
||||||
if (answer === "HELP MEEEEE") {
|
if (answer === "Help") {
|
||||||
showHelpText();
|
showHelpText();
|
||||||
return { type: "Exit" };
|
return { type: "Exit" };
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user