version 1.138 | | version 1.139 |
---|
| | |
int command_disarm(object *op, char *params); | | int command_disarm(object *op, char *params); |
int command_throw(object *op, char *params); | | int command_throw(object *op, char *params); |
int command_apply(object *op, char *params); | | int command_apply(object *op, char *params); |
int sack_can_hold(object *pl, object *sack, object *op, int nrof); | | int sack_can_hold(object *pl, object *sack, object *op, uint32 nrof); |
void pick_up(object *op, object *alt); | | void pick_up(object *op, object *alt); |
int command_take(object *op, char *params); | | int command_take(object *op, char *params); |
void put_object_in_sack(object *op, object *sack, object *tmp, long nrof); | | void put_object_in_sack(object *op, object *sack, object *tmp, uint32 nrof); |
void drop_object(object *op, object *tmp, uint32 nrof); | | void drop_object(object *op, object *tmp, uint32 nrof); |
void drop(object *op, object *tmp); | | void drop(object *op, object *tmp); |
int command_dropall(object *op, char *params); | | int command_dropall(object *op, char *params); |