version 1.155 | | version 1.156 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | Added a new item type: ground positioning system (GPS). |
| | This lets a player know his/her location in the world. |
| | Only works in 'world_xxx_xxx' maps. |
| | |
| | include/define.h: add new item type, 'GPS' (162). |
| | include/sproto.h: add new function, 'apply_positioning_system'. |
| | server/apply.c: handle new item type. |
| | Ryo 2004-05-15 |
| | |
server/spell_util.c: SP_level_spellpoint_cost() - never have a spell | | server/spell_util.c: SP_level_spellpoint_cost() - never have a spell |
cost 0 spellpoints due to attunement or other bonuses - spell always | | cost 0 spellpoints due to attunement or other bonuses - spell always |
cost at least 1 sp/grace. | | cost at least 1 sp/grace. |