Feature - Rejected Need to be able to use a mafia aria WITHOUT using a support cummerbund

I put all my cummerbunds in the closet, and to my dismay I see:

Searching for "support cummerbund"...
Search complete.
Purchasing support cummerbund (1 @ 300)...
You acquire an item: support cummerbund
Purchases complete.
Putting on support cummerbund...
Equipment changed.
Using 1 mafia aria...
You acquire an effect: Macho Profundo (duration: 5 Adventures)
Putting on Mer-kin gutgirdle...
Equipment changed.
Finished using 1 mafia aria.


I am looking for the negative effect, so I can fight the sea boss.
 

roippi

Developer
There's not really a clean way to do this without either introducing a new cli command or doing some fairly extensive refactoring. Neither of which is going to happen. Use the relay browser or visit_url.
 

Fluxxdog

Active member
Here's a bit of ASH I use for the job.
Code:
void play_with(item the_toy){
	visit_url("inv_use.php?pwd&whichitem="+to_int(the_toy));}
 
Top