diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-21 19:34:05 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-21 19:34:05 +0100 |
commit | 764422050a6a66aa1ea061bd50eab0378827ded4 (patch) | |
tree | 931bd83768bf9796034ae818932bd557fac2a167 | |
parent | 9e95f0257f419c3c7fefdadcad4478b66aaf63b7 (diff) | |
download | 1989-dawn-of-freedom-764422050a6a66aa1ea061bd50eab0378827ded4.tar.gz |
Fix Malta Summit
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6442,7 +6442,7 @@ states.vm_malta_summit = { else {
log('Summit failed')
//game.phase++
- vm_goto_step('vm_permanently_remove')
+ vm_goto_step(vm_permanently_remove)
}
},
/*done() {
|