version 1.60 | | version 1.61 |
---|
| | |
int trap_show(object *trap, object *where); | | int trap_show(object *trap, object *where); |
int trap_disarm(object *disarmer, object *trap, int risk); | | int trap_disarm(object *disarmer, object *trap, int risk); |
void trap_adjust(object *trap, int difficulty); | | void trap_adjust(object *trap, int difficulty); |
| | int cast_generic_rune(object *op, object *caster, int dir, char *stringarg, int type); |
/* shop.c */ | | /* shop.c */ |
int query_cost(object *tmp, object *who, int flag); | | int query_cost(object *tmp, object *who, int flag); |
char *cost_string_from_value(int cost); | | char *cost_string_from_value(int cost); |