mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Changed Whirlwind skill to level 16 --Rumble
This commit is contained in:
parent
2c0cca1f50
commit
9ac00f932e
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue