new bandage command to enable fighting classes to help incapacitated players (#11)

This commit is contained in:
gbrunett 2017-10-20 23:29:07 -04:00 committed by wyld-sw
parent dec0c5af1f
commit 27a2f4bdc8
7 changed files with 70 additions and 1 deletions

View file

@ -1630,6 +1630,7 @@ void init_spell_levels(void)
/* WARRIORS */
spell_level(SKILL_KICK, CLASS_WARRIOR, 1);
spell_level(SKILL_RESCUE, CLASS_WARRIOR, 3);
spell_level(SKILL_BANDAGE, CLASS_WARRIOR, 7);
spell_level(SKILL_TRACK, CLASS_WARRIOR, 9);
spell_level(SKILL_BASH, CLASS_WARRIOR, 12);
spell_level(SKILL_WHIRLWIND, CLASS_WARRIOR, 16);