()
| 102 | } |
| 103 | |
| 104 | private reDrawArea(): void{ |
| 105 | this.getRenderArea().drawArray(Database.getAscii("places/quests/forest/wolf/" + (this.isLookingLeft? "left":"right") + (this.isStanding? "Standing":"Running"))); |
| 106 | } |
| 107 | |
| 108 | private setIsLookingLeft(isLookingLeft: boolean): void{ |
| 109 | // If the value is different |
no test coverage detected