mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-13 04:48:50 +01:00
new bandage command to enable fighting classes to help incapacitated players (#11)
This commit is contained in:
parent
dec0c5af1f
commit
27a2f4bdc8
7 changed files with 70 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue