Search results

  1. J

    Bug - Fixed After a free rest in Chateau Mantegna, Mafia assumes you have no more free rests

    Repro: 1. Have Chateau Mantegna 2. Have some free rests left (install ceiling fan, maybe) 3. Run "rest" in the GCLI 4. Observe 'timesRested' counter tick from 0 to 1, and 1 to your max # of free rests [61] Rest in your bed in the Chateau You gain 202 hit points You gain 119 Mana Points You gain...
  2. J

    Feature - Rejected (Trapper quest) Track cheese delivery and ore delivery separately

    From the wiki: I couldn't find a way to distinguish between "cheese returned, ore unreturned" and "ore returned, cheese unreturned". Would it be possible to add additional properties to track this? Un-setting the property "trapperOre" when ore is no longer needed would be good enough for my...
  3. J

    Bug - Fixed beer-scented teddy bear restores MP, not HP

    src/data/restores.txt contains the following line: beer-scented teddy bear item 15 20 0 0 0 it should instead be beer-scented teddy bear item 0 0 15 20 0 (Currently, Mafia will prevent you from using the teddy bear to restore MP when you have full HP) I think this is causing a downstream...
  4. J

    Feature Overriding ASH library functions for testing

    tl;dr: It would be nice if defining int item_amount(item it) { /* something */ } didn't yield a Function 'item_amount( item )' overrides a library function error, but if it's difficult then I'll just write a bunch of wrapper functions. Some folks in the scripting community are maintaining some...
  5. J

    Bug - Fixed Maximizer NullPointerException in recent builds

    Reproduced in r19447. Someone in Discord said it didn't reproduce in r19442, so I suspect it's something to do with r19445, which changed the maximizer to handle beach heads. Steps to reproduce: 1. have the beach comb (this is a guess by me) 2. Go to maximizer pane 3. Enter "moxie" or "ranged...
  6. J

    tcrs-equipment.ash: Filter on-hand 2CRS items by modifier

    What is this? Have you ever been in a 2CRS run and been looking for an item that gives +adventures, or + hot resistance, and had to go to the spreadsheet to look up the three different TCRS modifiers that give hot resistance, then search your inventory for all three of them? That's no fun...
  7. J

    Bug Ancient Protector Spirit not marked as boss

    ash ($monster[ancient protector spirit].boss) evaluates to false. I think all the protector spirits should probably be marked as bosses, since they're not instakillable and can only be fought once per ascension.
Top