MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / lightFire

Method lightFire

code/main/CastleRoom2.ts:134–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

addSmokesMethod · 0.95
updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected