Shiverwarp

Results 11 issues of Shiverwarp

Currently we'll just use ELP copy whenever we just so happen to run into an embezzler and it's available, to increase efficiency we can reserve embezzler starting copies (Lucky, faxes,...

Right now we force equip Kramco if our chance of a sausage goblin is over 5% ``` if (getKramcoWandererChance() > 0.05) { outfit.equip($item`Kramco Sausage-o-Matic™`); } ``` Ideally this is actually...

This should make it more likely for us to actually be able to do pygmies (though ideally we also make some changes to the way we hardcode the banishes)

**Describe the bug** Currently potion drops specifically from sneegleeb and CoME are inaccurate because potions that cannot drop are included. For example: extra-strength goo, primitive alien medicine, Atomic Comic **To...

backUpSafelist can just include the yellowray list, then add the ones that have NCs that lead to a combat, rather than both lists just manually listing out zones where all...

garb-lib

**Describe the solution you'd like** If we have access to the council, we can stasis with `water balloon` to gain the [Water Balloon Champion](https://kol.coldfront.net/thekolwiki/index.php/Water_Balloon_Champion) buff from the council. **Describe alternatives...

Right now we just assume purse usage based on this: ``` let cachedUsingPurse: boolean | null = null; export function usingPurse(): boolean { if (cachedUsingPurse === null) { cachedUsingPurse =...

**Is your feature request related to a problem? Please describe.** Currently it is possible to reach the crate olfaction portion and not have any free runs remaining, so we will...

**Describe the bug** `customizeMacro ` will kill innate wanderers unless we're using backup camera. We don't want this during free run fights because it eats up our buff turns. ```ts...