Feature - Rejected Hernia support in moods

Idran

Member
Is there any way that Mafia could ignore auto-cummerbunding if you specifically have "Hernia!" listed in your mood? I understand if this is too minor to bother with, but with the Brushfires and all, it would certainly be convenient. As it is I don't see any way to get Hernia through Mafia without using the items manually through the relay browser, and with various healing skills removing the debuff it'd be nice if the Mood Manager could handle it automatically.
 

roippi

Developer
preferences > untick auto-remove malignant effects

trigger on: when an effect is lost
check for: Hernia!
command: ashq visit_url"inv_use.php?pwd=" + my_hash() + "&which=3&whichitem=781");

Untested.

I think this is fringe enough to reject, if the workaround works.
 

Veracity

Developer
Staff member
UseItemRequest will automatically equip a cummerbund when you try to use an aria.
That is almost always exactly what you want it to do.
 

Idran

Member
preferences > untick auto-remove malignant effects

trigger on: when an effect is lost
check for: Hernia!
command: ashq visit_url"inv_use.php?pwd=" + my_hash() + "&which=3&whichitem=781");

Untested.

I think this is fringe enough to reject, if the workaround works.

Oh, that workaround works perfectly, thanks! I didn't even realize you could do that in a mood. That's a fine solution for me, then. :D
 

roippi

Developer
Oh yeah, I can't type.

If this is more than a transient issue I guess we can reexamine. For now, the status quo seems fine.
 
Top