Bug - Fixed Sleeved card not considered by Offhand Remarkable

Boogaloogaloo

New member
When Offhand Remarkable is active, it's not applied to the Card Sleeve. For example:

Code:
> equip list

Off-hand: card sleeve

> modtrace pvp

|type|source|PvP Fights|
|Item|Alice's Army Foil Lanceman|+6.00= +6.00|

I noticed this because the maximizer was preferring to equip the sturdy cane instead.

Code:
> equip list

Off-hand: sturdy cane

> modtrace pvp

|type|source|PvP Fights|
|Item|sturdy cane|+4.00= +4.00|
|Effect|Offhand Remarkable|+4.00= +8.00|

Testing over rollover seems to indicate that the sleeved card is doubled by Offhand Remarkable.

I'll submit a PR shortly for this, just making sure the problem is visible.
 
Last edited:

Boogaloogaloo

New member
Looking good as of r27652.

Code:
> modtrace PvP Fights

|type|source|PvP Fights|
|Item|Alice's Army Foil Lanceman|+6.00= +6.00
|Effect|Offhand Remarkable+6.00= +12.00
 
Top