version 1.78 | | version 1.79 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_util_c = | | * static char *rcsid_spell_util_c = |
* "$Id: spell_util.c,v 1.78 2003/03/21 08:01:11 mwedel Exp $"; | | * "$Id: spell_util.c,v 1.79 2003/09/03 12:25:06 tchize Exp $"; |
*/ | | */ |
| | |
| | |
| | |
at=at->more; | | at=at->more; |
} | | } |
| | |
if (head->randomitems) | | if (HAS_RANDOM_ITEMS(head)) |
create_treasure(head->randomitems, head, GT_INVISIBLE, op->map->difficulty,0); | | create_treasure(head->randomitems, head, GT_INVISIBLE, op->map->difficulty,0); |
insert_ob_in_map(head,op->map,op,0); | | insert_ob_in_map(head,op->map,op,0); |
| | |