version 1.34 | | version 1.35 |
---|
| | |
| | |
/* | | /* |
* static char *rcs_treasure_c = | | * static char *rcs_treasure_c = |
* "$Id: treasure.c,v 1.34 2003/02/04 06:26:07 garbled Exp $"; | | * "$Id: treasure.c,v 1.35 2003/02/14 05:50:29 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
/* materialtype modifications. Note we allow this on artifacts. */ | | /* materialtype modifications. Note we allow this on artifacts. */ |
| | |
set_materialname(op, difficulty); | | set_materialname(op, difficulty, NULL); |
| | |
if (!op->title) /* Only modify object if not special */ | | if (!op->title) /* Only modify object if not special */ |
switch(op->type) { | | switch(op->type) { |