record and replay using special items

This commit is contained in:
2024-08-31 14:25:22 -05:00
committed by Celtic Minstrel
parent 4c67d7220e
commit 69dc482997
4 changed files with 12 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
bool handle_wandering_specials(short mode);
bool check_special_terrain(location where_check,eSpecCtx mode,cPlayer& which_pc,bool *forced);
void check_fields(location where_check,eSpecCtx mode,cPlayer& which_pc);
void use_spec_item(short item);
void use_spec_item(short item, bool& need_redraw);
void use_item(short pc,short item);
bool use_space(location where);
bool adj_town_look(location where);