()
| 132 | } |
| 133 | |
| 134 | private lightFire(): void{ |
| 135 | // Change the bool |
| 136 | Saving.saveBool("castleRoom2LitFire", true); |
| 137 | |
| 138 | // Add the smokes |
| 139 | this.addSmokes(); |
| 140 | |
| 141 | // Update |
| 142 | this.update(); |
| 143 | this.getGame().updatePlace(); |
| 144 | } |
| 145 | |
| 146 | private takeObject(): void{ |
| 147 | // Set the bool |
nothing calls this directly
no test coverage detected