git @ Cat's Eye Technologies Super-Wumpus-Land / 178fefb
Fix bug where subride ride never ends. catseye 10 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
671671 if (this.subwayTurns === 0) {
672672 print("\n \"Next stop, " + this.subway + ", " + this.rooms[this.subway].desc + "...\"\n\n");
673673 this.roomNo = this.subway;
674 this.subway = 0;
674675 this.pause('statePrompt');
675676 } else {
676677 print("\n ...chug chug...\n\n");