Skip to content

Commit

Permalink
fix(item): food duration is now migrated correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Mar 21, 2023
1 parent 36b12f6 commit 0cc2b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/services/item-creator.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class ItemCreatorService {
}

baseItem.durability = oldItem.durability;
baseItem.foodDuration = oldItem.foodDuration;
baseItem.stats = oldItem.stats;

return baseItem;
Expand Down

0 comments on commit 0cc2b49

Please sign in to comment.