()
| 275 | } |
| 276 | |
| 277 | private getSpecialMixingText(): string{ |
| 278 | if(this.timerTime < 60) |
| 279 | return "... (" + this.timerTime + ")"; |
| 280 | else |
| 281 | return "... your arms are hurting :("; |
| 282 | } |
| 283 | |
| 284 | private makePotions(boolSavingName: string, numberSavingName: string, howMany: number, singularPotionName: string, pluralPotionName: string): void{ |
| 285 | // We can now use this kind of potion |