@wayward/types 2.11.2-beta.dev.20220105.1 → 2.11.2-beta.dev.20220105.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -218,6 +218,7 @@ export default class Doodad extends EventEmitter.Host<IDoodadEvents> implements
|
|
|
218
218
|
* @param growthBonus The bonus that is applied (on top of a default of 10) to the plants decay (so it grows faster).
|
|
219
219
|
*/
|
|
220
220
|
healOrHarmPlant(liquid: LiquidType, growthBonus?: number): void;
|
|
221
|
+
isLitAndCanRevert(): boolean;
|
|
221
222
|
/**
|
|
222
223
|
* Reverts lit doodads if they provide fire and have a revert doodad type set.
|
|
223
224
|
*/
|
package/package.json
CHANGED