Skip to content

Commit 6e7ed21

Browse files
committed
Update for 2.14.5-beta.dev.20250516.1
1 parent 8144a63 commit 6e7ed21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

definitions/game/game/IObject.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface IObjectDescription extends IHasImagePath {
3030
*/
3131
decayMax?: number;
3232
/**
33-
* An associated skill or skills for the item when refining, reinforcing, dismantling, consuming, etc.
33+
* An associated skill or skills for the item when repairing (as a fallback), refining, reinforcing, dismantling, consuming, etc.
3434
* If multiple skills are set, it will pick one at random when using
3535
*/
3636
skillUse?: SkillType | SkillType[];

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.20250515.1",
4+
"version": "2.14.5-beta.dev.20250516.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)