@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 fire and have a revert doodad type set.
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.15.2-beta.dev.20251123.1",
4
+ "version": "2.15.2-beta.dev.20251128.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",