mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-06 16:11:47 +01:00
New Group System, Room Events, and Event System Efficiency Upgrade... and a couple bug fixes.
This commit is contained in:
parent
82da0e8063
commit
a2aaab144f
32 changed files with 612 additions and 322 deletions
|
|
@ -1609,6 +1609,7 @@ void init_spell_levels(void)
|
|||
spell_level(SPELL_REMOVE_POISON, CLASS_CLERIC, 10);
|
||||
spell_level(SPELL_IDENTIFY, CLASS_CLERIC, 11);
|
||||
spell_level(SPELL_WORD_OF_RECALL, CLASS_CLERIC, 12);
|
||||
spell_level(SPELL_DARKNESS, CLASS_CLERIC, 12);
|
||||
spell_level(SPELL_EARTHQUAKE, CLASS_CLERIC, 12);
|
||||
spell_level(SPELL_DISPEL_EVIL, CLASS_CLERIC, 14);
|
||||
spell_level(SPELL_DISPEL_GOOD, CLASS_CLERIC, 14);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue