version 1.153 | | version 1.154 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | server/pets.c: Fix summon golem, summon pet monsters so that the summoned |
| | monsters are not worth any exp. Fixes bugs were players could |
| | summon monsters and then kill them. |
| | server/skills.c: Fix do_skill_detect_curse() and do_skill_detect_magic() |
| | so that they don't process objects the player is incapable of picking |
| | up (eg, floors). Fixes experience exploit. |
| | server/apply.c: modify fix_auto_apply() so that it properly generates |
| | items for creatures that start with objects in their inventory. |
| | MSW 2004-05-11 |
| | |
server/spell_util.c: Fix cast_spell() so that failed spells (due to | | server/spell_util.c: Fix cast_spell() so that failed spells (due to |
encumberance or other penalties) still cost some random number of grace/ | | encumberance or other penalties) still cost some random number of grace/ |
mana points. | | mana points. |