version 1.56 | | version 1.57 |
---|
| | |
int player_can_view(object *pl, object *op); | | int player_can_view(object *pl, object *op); |
int action_makes_visible(object *op); | | int action_makes_visible(object *op); |
int op_on_battleground(object *op, int *x, int *y); | | int op_on_battleground(object *op, int *x, int *y); |
| | int atnr_is_dragon_enabled(int attacknr); |
| | int is_dragon_pl(object* ob); |
/* plugins.c */ | | /* plugins.c */ |
CommArray_s *find_plugin_command(char *cmd, object *op); | | CommArray_s *find_plugin_command(char *cmd, object *op); |
void displayPluginsList(object *op); | | void displayPluginsList(object *op); |
| | |
void move_creator(object *op); | | void move_creator(object *op); |
void move_marker(object *op); | | void move_marker(object *op); |
int process_object(object *op); | | int process_object(object *op); |
int atnr_is_dragon_enabled(int attacknr); | | |
void dragon_ability_gain(object *who, int atnr, int level); | | void dragon_ability_gain(object *who, int atnr, int level); |
/* timers.c */ | | /* timers.c */ |
void cftimer_process_timers(void); | | void cftimer_process_timers(void); |