Added translations for mission names/summaries.
Mission dropdown is now by mst id and mission id is selected in modal. Added skip button for moving to next chapter within mstid.
This commit is contained in:
parent
df7e0358e0
commit
cd7ea54fb2
10 changed files with 3148 additions and 53 deletions
|
@ -426,6 +426,7 @@ class Player {
|
|||
processCommand(delta) {
|
||||
try {
|
||||
let cur = this.currentCommand;
|
||||
//No seriously this is a thing they did
|
||||
if(cur.Arg2 === '<Off>') {
|
||||
cur.Arg2 = '<off>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue