mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-22 02:00:13 +01:00
- Fixed oat and wat (thanks Rhade).
- Numerous social fixes (thanks Rhade, Fizban, and Amber). - Removed do_insult. - Cleaned up hedit formatting and fixed possible bug from editing a help file you can't view (thanks Rhade). - Fixed cast ' ' so it won't cast armor (thanks Rhade). --Rumble
This commit is contained in:
parent
787c392e0a
commit
f2bb44ceb1
13 changed files with 170 additions and 268 deletions
|
|
@ -118,7 +118,6 @@ ACMD(do_helpcheck);
|
|||
ACMD(do_hide);
|
||||
ACMD(do_hit);
|
||||
ACMD(do_house);
|
||||
ACMD(do_insult);
|
||||
ACMD(do_inventory);
|
||||
ACMD(do_invis);
|
||||
ACMD(do_kick);
|
||||
|
|
@ -351,7 +350,6 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||
{ "imotd" , "imo" , POS_DEAD , do_gen_ps , LVL_IMMORT, SCMD_IMOTD },
|
||||
{ "immlist" , "imm" , POS_DEAD , do_gen_ps , 0, SCMD_IMMLIST },
|
||||
{ "info" , "info" , POS_SLEEPING, do_gen_ps , 0, SCMD_INFO },
|
||||
{ "insult" , "insult" , POS_RESTING , do_insult , 0, 0 },
|
||||
{ "invis" , "invi" , POS_DEAD , do_invis , LVL_IMMORT, 0 },
|
||||
|
||||
{ "junk" , "j" , POS_RESTING , do_drop , 0, SCMD_JUNK },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue