Merge race and monster type enums
This commit is contained in:
@@ -51,7 +51,7 @@ void affect_party(eStatus type,short how_much);
|
||||
void void_sanctuary(short pc_num);
|
||||
void hit_party(short how_much,eDamageType damage_type);
|
||||
void slay_party(eMainStatus mode);
|
||||
bool damage_pc(short which_pc,short how_much,eDamageType damage_type,eMonsterType type_of_attacker, short sound_type);
|
||||
bool damage_pc(short which_pc,short how_much,eDamageType damage_type,eRace type_of_attacker, short sound_type);
|
||||
void kill_pc(short which_pc,eMainStatus type);
|
||||
void set_pc_moves();
|
||||
void take_ap(short num);
|
||||
|
Reference in New Issue
Block a user