Searched refs:spells_list (Results 1 – 1 of 1) sorted by relevance
360 spells_list[i].image = -1; in init_spells()362 spells_list[i].sigils[j] =-1; in init_spells()368 spells_list[i].lvls[j] = NULL; in init_spells()369 spells_list[i].uncastable=0; in init_spells()633 spells_list[i].uncastable=0; in check_castability()638 k=spells_list[i].sigils[j]; in check_castability()664 if(spells_list[i].lvls[j]) in check_castability()665 …if(spells_list[i].lvls[j]->cur<spells_list[i].lvls_req[j]) spells_list[i].uncastable|=UNCASTABLE_L… in check_castability()1590 if (spells_list[i].id == id) in spell_cast()1592 spell = spells_list[i].buff; in spell_cast()[all …]