version 1.152 | | version 1.153 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | server/spell_util.c: Fix cast_spell() so that failed spells (due to |
| | encumberance or other penalties) still cost some random number of grace/ |
| | mana points. |
| | MSW 2004-05-10 |
| | |
common/treasure.c: Change the loading of the artifacts file to actually | | common/treasure.c: Change the loading of the artifacts file to actually |
calloc() the object - reset_object() doesn't clear all the values, | | calloc() the object - reset_object() doesn't clear all the values, |
like active_next, active_prev, so better to just do it there. | | like active_next, active_prev, so better to just do it there. |