mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-01 18:07:20 +02:00
Remove practice command, add skills command, remove guild special room assignment
This commit is contained in:
parent
31e46e739d
commit
5a19b015e3
11 changed files with 27 additions and 139 deletions
|
|
@ -266,19 +266,14 @@ ACMD(do_steal)
|
|||
hit(vict, ch, TYPE_UNDEFINED);
|
||||
}
|
||||
|
||||
ACMD(do_practice)
|
||||
ACMD(do_skills)
|
||||
{
|
||||
char arg[MAX_INPUT_LENGTH];
|
||||
|
||||
if (IS_NPC(ch))
|
||||
return;
|
||||
|
||||
one_argument(argument, arg);
|
||||
list_skills(ch);
|
||||
|
||||
if (*arg)
|
||||
send_to_char(ch, "You can only practice skills in your guild.\r\n");
|
||||
else
|
||||
list_skills(ch);
|
||||
}
|
||||
|
||||
ACMD(do_visible)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue