version 1.147 | | version 1.148 |
---|
| | |
uint64 query_money(object *op); | | uint64 query_money(object *op); |
int pay_for_amount(uint64 to_pay, object *pl); | | int pay_for_amount(uint64 to_pay, object *pl); |
int pay_for_item(object *op, object *pl); | | int pay_for_item(object *op, object *pl); |
| | int can_pay(object *pl); |
int get_payment(object *pl, object *op); | | int get_payment(object *pl, object *op); |
void sell_item(object *op, object *pl); | | void sell_item(object *op, object *pl); |
double shop_specialisation_ratio(object *item, mapstruct *map); | | double shop_specialisation_ratio(object *item, mapstruct *map); |