Skip to content

Commit 82b1cfc

Browse files
committed
Update for 2.14.5-beta.dev.20250628.1
1 parent fd21b57 commit 82b1cfc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

definitions/game/game/entity/npc/NPC.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export default abstract class NPC extends Human<INPCDescription, NPCType, Refere
181181
protected changeZ(toZ: number, fromZ: number): boolean | void | undefined;
182182
protected onAiChange(ai: AiType, type: ChangeAiType): void;
183183
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;
185185
getWeightOrStaminaMovementPenalty(): number;
186186
get asMerchant(): MerchantNPC | undefined;
187187
get asShipper(): ShipperNPC | undefined;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wayward/types",
33
"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",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)