version 1.111 | | version 1.112 |
---|
| | |
char *cost_string_from_value(uint64 cost); | | char *cost_string_from_value(uint64 cost); |
char *query_cost_string(object *tmp, object *who, int flag); | | char *query_cost_string(object *tmp, object *who, int flag); |
uint64 query_money(object *op); | | uint64 query_money(object *op); |
int pay_for_amount(int 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 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); |