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

@ -956,5 +956,6 @@ void mag_assign_spells(void)
skillo(SKILL_STEAL, "steal");
skillo(SKILL_TRACK, "track");
skillo(SKILL_WHIRLWIND, "whirlwind");
skillo(SKILL_BANDAGE, "bandage");
}