Fix incorrect damage values in transcript
This commit is contained in:
@@ -8,7 +8,7 @@ void use_spec_item(short item);
|
||||
void use_item(short pc,short item);
|
||||
bool use_space(location where);
|
||||
bool adj_town_look(location where);
|
||||
bool damage_monst(cCreature& which_m, short who_hit, short how_much, eDamageType dam_type, short sound_type, bool do_print = true);
|
||||
short damage_monst(cCreature& which_m, short who_hit, short how_much, eDamageType dam_type, short sound_type, bool do_print = true);
|
||||
void petrify_monst(cCreature& which_m,int strength);
|
||||
void kill_monst(cCreature& which_m,short who_killed,eMainStatus type = eMainStatus::DEAD);
|
||||
void special_increase_age(long length = 1, bool queue = false);
|
||||
|
Reference in New Issue
Block a user