version 1.179 | | version 1.180 |
---|
| | |
double shopkeeper_approval(const mapstruct *map, const object *player); | | double shopkeeper_approval(const mapstruct *map, const object *player); |
int describe_shop(const object *op); | | int describe_shop(const object *op); |
void shop_listing(object *op); | | void shop_listing(object *op); |
| | int is_in_shop(object *ob); |
| | int coords_in_shop(mapstruct *map, int x, int y); |
/* skills.c */ | | /* skills.c */ |
int steal(object *op, int dir, object *skill); | | int steal(object *op, int dir, object *skill); |
int pick_lock(object *pl, int dir, object *skill); | | int pick_lock(object *pl, int dir, object *skill); |