version 1.53 | version 1.54 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_gods_c = | * static char *rcsid_gods_c = | |||
* "$Id: gods.c,v 1.53 2005/09/25 09:47:23 ryo_saeba Exp $"; | * "$Id: gods.c,v 1.54 2005/10/16 08:48:30 ryo_saeba Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
* treasure list items. */ | * treasure list items. */ | |||
tmp = get_archetype(HOLY_POSSESSION); | tmp = get_archetype(HOLY_POSSESSION); | |||
(void) cast_change_ability(op, op, tmp, 0); | cast_change_ability(op, op, tmp, 0, 1); | |||
free_object(tmp); | free_object(tmp); | |||
return; | return; | |||
} | } |
Legend:
|