bool is_known( const item_location &loc ) const { return p.has_identified( loc->typeId() ); }
bool is_shown( const item_location &loc ) const override { if( loc->typeId() == "1st_aid" ) { return false; // temporary fix for #12991 } return p.can_consume( *loc ); }