version 1.37 | | version 1.38 |
---|
| | |
| | |
/* | | /* |
* static char *rcs_treasure_c = | | * static char *rcs_treasure_c = |
* "$Id: treasure.c,v 1.37 2003/06/30 20:51:37 gros Exp $"; | | * "$Id: treasure.c,v 1.38 2003/09/04 06:25:32 temitchell Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
case RUNE: | | case RUNE: |
(*trap_adjust_func)(op,difficulty); | | (*trap_adjust_func)(op,difficulty); |
break; | | break; |
| | |
| | case TRAP: |
| | (*trap_adjust_func)(op,difficulty); |
| | break; |
} /* switch type */ | | } /* switch type */ |
| | |
if (op->type == POTION && special_potion(op)) { | | if (op->type == POTION && special_potion(op)) { |