Skip to content

Commit

Permalink
chore(a3p): provide in-line comment for unequipAllItemsOffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Lopes committed Oct 31, 2024
1 parent 10b5a5a commit f427d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions a3p-integration/proposals/z:acceptance/test-lib/kread.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ const unequipAllItemsOffer = async address => {
throw new Error('Character not found on user purse');
}

// deal with KREAd's funky parallel character representation swap
const inventoryKeyId = kreadCharacter.keyId === 1 ? 2 : 1;
const kreadCharacter2 = { ...kreadCharacter, keyId: inventoryKeyId };

Expand Down

0 comments on commit f427d35

Please sign in to comment.