Refactor equipped items into persistent instances
This commit is contained in:
@@ -146,6 +146,7 @@ export const buildReservedTurnDefinitions = async (options: {
|
||||
reqSecu: item.reqSecu,
|
||||
buyable: item.buyable,
|
||||
unique: item.unique,
|
||||
...(item.initialCharges === undefined ? {} : { initialCharges: item.initialCharges }),
|
||||
},
|
||||
])
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user