()
| 236 | } |
| 237 | |
| 238 | private requestStatusBarUnlockedSave(): void{ |
| 239 | if(this.getGame().getCandies().getCurrent() >= 5){ |
| 240 | this.getGame().getCandies().transferTo(this.getGame().getCandiesUsedToRequestFeatures(), 5); |
| 241 | Saving.saveBool("statusBarUnlockedSave", true); |
| 242 | this.getGame().updateStatusBar(true); |
| 243 | this.update(); |
| 244 | this.getGame().updatePlace(); |
| 245 | } |
| 246 | } |
| 247 | } |
nothing calls this directly
no test coverage detected