Expand if race/trait to allow for richer comparisons

(Adapted from Windows code)
This commit is contained in:
2014-12-10 19:55:23 -05:00
parent a780119030
commit 2a458450b5
3 changed files with 28 additions and 15 deletions

View File

@@ -56,6 +56,7 @@ void kill_pc(short which_pc,eMainStatus type);
void set_pc_moves();
void take_ap(short num);
short trait_present(short which_trait);
short race_present(eRace which_race);
short wilderness_lore_present();
void print_spell_cast(short spell_num,short which);
void put_party_in_scen(std::string scen_name);