Searched refs:req_tool (Results 1 – 4 of 4) sorted by relevance
1659 const itype *req_tool = item::find_type( tool_type ); in consume_med() local1661 if( req_tool->tool ) { in consume_med()1663 you.has_charges( tool_type, req_tool->tool->charges_per_use ) ) ) { in consume_med()1664 … you.add_msg_if_player( m_info, _( "You need a %s to consume that!" ), req_tool->nname( 1 ) ); in consume_med()1667 you.use_charges( tool_type, req_tool->tool->charges_per_use ); in consume_med()
1251 const itype *req_tool = find_template( type->comestible->tool ); in check_definitions() local1252 if( !req_tool->tool ) { in check_definitions()