bumcheekcity
Active member
I'll spin 0.45 in a day to get rid of that message. I want to do it before it becomes an abort.
BCC: Getting Azazel's lollipop
You can't equip a Victor, the Insult Comic Hellhound Puppet
if (my_path() != "Way of the Surprising Fist") tryThis($item[Victor, the Insult Comic Hellhound Puppet], "insult");
if (my_path() != "Way of the Surprising Fist") tryThis($item[hilarious comedy prop], "prop");
there is already a check for AoB in steelLimit, but not steelName. I inserted this:Visiting Azazel's Temple in Pandamonium
You acquire an item: steel lasagna
You need 1 more steel margarita to continue.
string steelName() {
if (!can_drink() && !can_eat()) { return "steel-scented air freshener"; }
if (!can_drink() [color=red]|| my_path() == "Avatar of Boris"[/color]) { return "steel lasagna"; }
return "steel margarita";
}
Basically, when you get the such great heights adventure, choice 2. This gives us nostril of the serpent, which lets us control which door we want in the heart of the temple adventure. If we reach that adventure (such great heights) again, do choice 3 for the +3 adventures (once a day). Mafia should probably track whether or not we've gotten that yet, since it is a once-a-day thing.