version 1.177 | version 1.178 | |||
---|---|---|---|---|
|
| |||
/* alchemy.c */ | /* alchemy.c */ | |||
void attempt_do_alchemy(object *caster, object *cauldron); | int use_alchemy(object* op); | |||
/* apply.c */ | /* apply.c */ | |||
int transport_can_hold(const object *transport, const object *op, int nrof); | int transport_can_hold(const object *transport, const object *op, int nrof); | |||
int apply_transport(object *pl, object *transport, int aflag); | int apply_transport(object *pl, object *transport, int aflag); |
Legend:
|