Current score: 5.00 Predicted: 5.00 (+0)
...
unequip holster (toy sixgun, -5) [selected; not sure why the predicted score didn't update]
cli holstering said:> equip toy sixgun
You can't equip a toy sixgun
> equip holster toy sixgun
Holstering toy sixgun...
Equipment changed.
> ash can_equip($item[toy sixgun])
Returned: false
> ash my_class()
Returned: Beanslinger
primestat => Mysticality
> ash item_type($item[toy sixgun])
Returned: sixgun
@Override
public boolean isHidden()
{
// return !KoLCharacter.isAWoLClass();
return Preferences.getBoolean( "_boogers" );
}