Skip to content

Commit

Permalink
- Reldens - Items System
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian A. Pastorini committed May 31, 2020
1 parent f2e7f31 commit fbb5070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/item/type/equipment.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class Equipment extends ItemBase
if(!revertMods && !this.manager.revertModifiersAuto){
return false;
}
await this.revertModifiers();
}

async applyModifiers()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reldens/items-system",
"version": "0.4.0",
"version": "0.4.1",
"description": "Reldens - Items System",
"source": true,
"homepage": "https://github.com/damian-pastorini/reldens-items",
Expand Down

0 comments on commit fbb5070

Please sign in to comment.