Fix bug where subride ride never ends.
catseye
10 years ago
671 | 671 |
if (this.subwayTurns === 0) {
|
672 | 672 |
print("\n \"Next stop, " + this.subway + ", " + this.rooms[this.subway].desc + "...\"\n\n");
|
673 | 673 |
this.roomNo = this.subway;
|
|
674 |
this.subway = 0;
|
674 | 675 |
this.pause('statePrompt');
|
675 | 676 |
} else {
|
676 | 677 |
print("\n ...chug chug...\n\n");
|