@wayward/types 2.15.2-beta.dev.20251123.1 → 2.15.2-beta.dev.20251128.1
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.
|
@@ -297,7 +297,7 @@ export default class Doodad extends EntityMovable<IDoodadDescription, DoodadType
|
|
|
297
297
|
initializeMagicalPropertyManager(): MagicalPropertyManager;
|
|
298
298
|
isLitAndCanRevert(): boolean;
|
|
299
299
|
/**
|
|
300
|
-
* Reverts lit doodads if they provide
|
|
300
|
+
* Reverts lit doodads if they provide light and have a revert doodad type set.
|
|
301
301
|
*/
|
|
302
302
|
revert(): boolean;
|
|
303
303
|
onUnserialized(): void;
|
package/package.json
CHANGED