()
| 416 | } |
| 417 | |
| 418 | public goToCfg(): void{ |
| 419 | this.saveCurrentMapPlace(); |
| 420 | this.setPlace(new Cfg(this)); |
| 421 | } |
| 422 | |
| 423 | public goToInsideFortress(): void{ |
| 424 | this.setPlace(new InsideFortress(this)); |
nothing calls this directly
no test coverage detected