Updated help/socials/World/ChangeLog for tbaMUD 3.51 RC. --Rumble

This commit is contained in:
Rumble
2007-02-15 14:21:22 +00:00
parent 1f72880ce7
commit befec4df59
29 changed files with 5747 additions and 5413 deletions

View File

@@ -10,8 +10,6 @@
#include "conf.h"
#include "sysdep.h"
#include "structs.h"
#include "utils.h"
#include "comm.h"
@@ -36,7 +34,6 @@ ACMD(do_bash);
ACMD(do_rescue);
ACMD(do_kick);
ACMD(do_assist)
{
char arg[MAX_INPUT_LENGTH];
@@ -63,8 +60,7 @@ ACMD(do_assist)
else
for (opponent = world[IN_ROOM(ch)].people;
opponent && (FIGHTING(opponent) != helpee);
opponent = opponent->next_in_room)
;
opponent = opponent->next_in_room);
if (!opponent)
act("But nobody is fighting $M!", FALSE, ch, 0, helpee, TO_CHAR);
@@ -83,7 +79,6 @@ ACMD(do_assist)
}
}
ACMD(do_hit)
{
char arg[MAX_INPUT_LENGTH];
@@ -122,8 +117,6 @@ ACMD(do_hit)
}
}
ACMD(do_kill)
{
char arg[MAX_INPUT_LENGTH];
@@ -151,8 +144,6 @@ ACMD(do_kill)
}
}
ACMD(do_backstab)
{
char buf[MAX_INPUT_LENGTH];
@@ -206,7 +197,6 @@ ACMD(do_backstab)
WAIT_STATE(ch, 2 * PULSE_VIOLENCE);
}
ACMD(do_order)
{
char name[MAX_INPUT_LENGTH], message[MAX_INPUT_LENGTH];
@@ -261,8 +251,6 @@ ACMD(do_order)
}
}
ACMD(do_flee)
{
int i, attempt, loss;
@@ -295,7 +283,6 @@ ACMD(do_flee)
send_to_char(ch, "PANIC! You couldn't escape!\r\n");
}
ACMD(do_bash)
{
char arg[MAX_INPUT_LENGTH];
@@ -353,7 +340,6 @@ ACMD(do_bash)
WAIT_STATE(ch, PULSE_VIOLENCE * 2);
}
ACMD(do_rescue)
{
char arg[MAX_INPUT_LENGTH];
@@ -410,8 +396,6 @@ ACMD(do_rescue)
WAIT_STATE(vict, 2 * PULSE_VIOLENCE);
}
ACMD(do_kick)
{
char arg[MAX_INPUT_LENGTH];