Bug - Fixed Shadow bricks usage is not counted for unkillable monsters

Obeliks

Member
When you use a shadow brick on a monster that is not insta-killalble, that still counts towards the 13/day usage limit (cp wiki). However, KoLmafia (deliberately) does not count it in this case.

I'm a bit unsure how to fix this:

The usage is tracked in DailyLimits manager, and incremented in FightRequest. What is the right solution here? Setting `itemSuccess=true` also when the shadow brick does not kill the monster? Or removing the tracking from dailylimits and incrementing it manually?
 
Top