version 1.6 | | version 1.7 |
---|
| | |
| | |
/* | | /* |
* static char *rcsid_item_c = | | * static char *rcsid_item_c = |
* "$Id: item.c,v 1.6 2000/11/03 05:42:56 cvs Exp $"; | | * "$Id: item.c,v 1.7 2000/11/06 23:06:48 jec Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} | | } |
return; | | return; |
} else if (to == pl->count) { /* pick it up to the inventory */ | | } else if (to == pl->count) { /* pick it up to the inventory */ |
/* pick_up_object (pl, pl, op, nrof);*/ | | |
/* Using pick_up will cause objects to get put into containers. */ | | |
pl->contr->count = nrof; | | pl->contr->count = nrof; |
pick_up(pl, op); | | pick_up(pl, op); |
return ; | | return ; |