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

@ -103,6 +103,7 @@ cpp_extern const struct command_info cmd_info[] = {
{ "backstab" , "ba" , POS_STANDING, do_backstab , 1, 0 },
{ "ban" , "ban" , POS_DEAD , do_ban , LVL_GRGOD, 0 },
{ "bandage" , "band" , POS_RESTING , do_bandage , 1, 0 },
{ "balance" , "bal" , POS_STANDING, do_not_here , 1, 0 },
{ "bash" , "bas" , POS_FIGHTING, do_bash , 1, 0 },
{ "brief" , "br" , POS_DEAD , do_gen_tog , 0, SCMD_BRIEF },