Search results

  1. gausie

    Bug encountersUntilNEPChoice is not being calculated accurately.

    This has come up before - I just need someone to tell me what the right answer is. And ideally update the wiki!
  2. gausie

    Feature - Rejected Add fallback choice support

    Sadly this is something that will require scripting - specifically using the choice adventure script functionality that comes with the default distribution of KoLmafia
  3. gausie

    Bug Acquiring a digital key lime as part of eating a digital key lime pie fails

    Not sure, it must not have understood that you could make it. Pixels are a bit more expensive these days so autoBuyPriceLimit can sometimes come into play for digital keys.
  4. gausie

    Feature ASH location_accessible function.

    Hm I think internally zones want to be an enum to avoid this issue. I'll work on that today. EDIT: No that obviously doesn't sort this. Though maybe Zones do need some sort of splitting off from Adventures at some point.
  5. gausie

    Bug Weird tracking issue with Prof Lecture vs Meteor Showered

    This is easily fixed with a debug log, if you're able to procure one.
  6. gausie

    New Content Tiny Stillsuit

    You can already do this! equip(familiar, item)
  7. gausie

    New Content Tiny Stillsuit

    Identified a fix for this and will merge it when the tests pass in CI
  8. gausie

    New Content Tiny Stillsuit

    Yeah I also find the term spaghetti annoying. Mafia is hard to write and has been around for a long time. And we all put a lot of work into adding new code and improving old. Yeah that sounds like a great idea. I can do it but if you would be up for starting with a model implementation I could...
  9. gausie

    New Content Tiny Stillsuit

    I'd like to add it to the Booze ItemPanel so you can preview the adventure gain and (eventually) the effect details fluently in the GUI. I think doing that means we need a drink or at least create command for it. I know it can't be consumed in Grey You. I imagine oxy doesn't work because you...
  10. gausie

    New Content Tiny Stillsuit

    Ok I've also looked into adding it as a Concoction but it's not clear how I do it. @Veracity what do you think? I can make it sort of like sushi in that it is a pseudo item but with no ingredients. I can make it sort of like VIP hot dogs in that it is a weird ad-hoc concoction I could do it...
  11. gausie

    New Content Tiny Stillsuit

    Ah it's more complicated, the next effect and the current effect are different. Hmm. I suppose we can (for now, at least) have a pref like nextStillSuitEffect as a modifier list string. Thoughts?
  12. gausie

    New Content Tiny Stillsuit

    For further support I am thinking familiarSweat pref for tracking drams of familiar sweat Some sort of preference or set of preference that tracks the afore-mentioned subpoints. This could verbosely be stillSuitMuscleExp, stillSuitMystExp, stillSuitItemDrop etc etc. That probably works better...
  13. gausie

    Feature ASH location_accessible function.

    The problem here is that scripts wouldn't get an opportunity to evaluate whether they want to "spend" the item before doing so. In particular, day passes can vary wildly in cost. Maybe we want to change validate2 to do a *right now* check, and spin out a new function that suits up and/or uses...
  14. gausie

    Feature ASH location_accessible function.

    Thank you Veracity! This is great, exposing this to scripters will both help them and help us when they point out areas that it is missing. I think that the most use for scripts is going to be from validate2 (and validate1? I haven't read to see if you need to run both. Also maybe we should...
  15. gausie

    Feature Tracking zone types for the Cold Medicine Cabinet

    I had to read this quite a few times to understand it but are you saying that the environments stop being checked after the last consult? If so that's annoying because I've probably named this pref too widely. Noncombats are not tracked by design. The cellar is an odd one - what should it be...
  16. gausie

    CanAdv -- check whether you can adventure at a given location

    I think we could consider providing similar functionality in core mafia
  17. gausie

    Feature Add option to log CLI output to file

    The change can be applied to mirror, it's not really a defined interface that we need to not change at all
  18. gausie

    Bug Certain foldables triggering choice adventure abort

    Thanks V. We could consider changing the MafiaState.ABORT to MafiaState.ERROR but I'm also heartened somewhat that the change surfaced some actual bugs that we didn't know about and has lead to them being fixed.
  19. gausie

    Bug - Not A Bug _saberForceUses increment when visit_url is called

    I think https://github.com/kolmafia/kolmafia/pull/936 may help with this one a little bit.
Back
Top