@wayward/types 2.14.5-beta.dev.20250627.1 → 2.14.5-beta.dev.20250628.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.
@@ -181,7 +181,7 @@ export default abstract class NPC extends Human<INPCDescription, NPCType, Refere
181
181
  protected changeZ(toZ: number, fromZ: number): boolean | void | undefined;
182
182
  protected onAiChange(ai: AiType, type: ChangeAiType): void;
183
183
  protected updateTileWhenMoving(fromTile: Tile, toTile: Tile): boolean;
184
- canMoveToTile(moveType: MoveType, tile: Tile, ignoreHuman?: Human): 0 | -1 | -6 | -2 | -3 | -4 | -5;
184
+ canMoveToTile(moveType: MoveType, tile: Tile, ignoreHuman?: Human, skipEventCheck?: boolean): 0 | -1 | -6 | -2 | -3 | -4 | -5;
185
185
  getWeightOrStaminaMovementPenalty(): number;
186
186
  get asMerchant(): MerchantNPC | undefined;
187
187
  get asShipper(): ShipperNPC | undefined;
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.14.5-beta.dev.20250627.1",
4
+ "version": "2.14.5-beta.dev.20250628.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",