Feature Tracking of 11-leaf clovers

Irrat

Member
The hermitage sells 11-leaf clovers, but scripts do not have the ability to tell when a clover has been purchased or not without checking the hermit, or attempting to purchase.

I was thinking about adding a tracking of some sort, with two solutions coming to mind.

1. We track how many clovers are purchased using worthless items with the new property _cloversPurchased
2. We expose a function clovers_available() which returns the existing method HermitRequest.cloverCount(), however this isn't part of a session refresh and will need a http request to the hermit every session to fetch the count.

I'd like to hear your thoughts.
 

Maraze

New member
Here to +1 this. Having a _cloversPurchased would be stellar, and it's something I've just asked about in the Discord before being pointed here.
 
Top