version 1.119 | | version 1.120 |
---|
| | |
void scroll_failure(object *op, int failure, int power); | | void scroll_failure(object *op, int failure, int power); |
void apply_changes_to_player(object *pl, object *change); | | void apply_changes_to_player(object *pl, object *change); |
void apply_positioning_system(object *pl, object *gps); | | void apply_positioning_system(object *pl, object *gps); |
| | void apply_item_transformer( object* pl, object* transformer ); |
/* attack.c */ | | /* attack.c */ |
void cancellation(object *op); | | void cancellation(object *op); |
int did_make_save_item(object *op, int type, object *originator); | | int did_make_save_item(object *op, int type, object *originator); |