Searched refs:charged_bio_mem (Results 1 – 6 of 6) sorted by relevance
252 bool SkillLevel::rust( bool charged_bio_mem, int character_rate ) in rust() argument262 if( charged_bio_mem ) { in rust()
158 bool rust( bool charged_bio_mem, int character_rate );
4317 const bool charged_bio_mem = get_power_level() > 25_J && has_active_bionic( bio_memory ); in do_skill_rust() local4319 if( skill_level_obj.rust( charged_bio_mem, rust_rate_tmp ) ) { in do_skill_rust()