Changed Whirlwind skill to level 16 --Rumble
This commit is contained in:
@@ -449,7 +449,7 @@ EVENTFUNC(event_whirlwind)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* The "Whirlwind" skill is designed to provide a basic understanding of the
|
/* 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)
|
ACMD(do_whirlwind)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@@ -1634,7 +1634,7 @@ void init_spell_levels(void)
|
|||||||
spell_level(SKILL_RESCUE, CLASS_WARRIOR, 3);
|
spell_level(SKILL_RESCUE, CLASS_WARRIOR, 3);
|
||||||
spell_level(SKILL_TRACK, CLASS_WARRIOR, 9);
|
spell_level(SKILL_TRACK, CLASS_WARRIOR, 9);
|
||||||
spell_level(SKILL_BASH, CLASS_WARRIOR, 12);
|
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
|
/* This is the exp given to implementors -- it must always be greater than the
|
||||||
|
|||||||
Reference in New Issue
Block a user