Changed Whirlwind skill to level 16 --Rumble

This commit is contained in:
Rumble 2012-06-15 03:08:00 +00:00
parent 2c0cca1f50
commit 9ac00f932e
2 changed files with 2 additions and 2 deletions

View file

@ -449,7 +449,7 @@ EVENTFUNC(event_whirlwind)
}
/* The "Whirlwind" skill is designed to provide a basic understanding of the
* mud event and list systems. This is in NO WAY a balanced skill. */
* mud event and list systems. */
ACMD(do_whirlwind)
{

View file

@ -1634,7 +1634,7 @@ void init_spell_levels(void)
spell_level(SKILL_RESCUE, CLASS_WARRIOR, 3);
spell_level(SKILL_TRACK, CLASS_WARRIOR, 9);
spell_level(SKILL_BASH, CLASS_WARRIOR, 12);
spell_level(SKILL_WHIRLWIND, CLASS_WARRIOR, 12);
spell_level(SKILL_WHIRLWIND, CLASS_WARRIOR, 16);
}
/* This is the exp given to implementors -- it must always be greater than the