mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-17 09:34:02 +00:00
Fixed one more thing
This commit is contained in:
parent
861b539117
commit
8e596209f0
1 changed files with 3 additions and 5 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.14 2002/04/03 17:46:14 makro
|
||||||
|
// Fixed one more thing
|
||||||
|
//
|
||||||
// Revision 1.13 2002/04/03 17:39:36 makro
|
// Revision 1.13 2002/04/03 17:39:36 makro
|
||||||
// Made bots handle incoming radio spam better
|
// Made bots handle incoming radio spam better
|
||||||
//
|
//
|
||||||
|
@ -4896,11 +4899,6 @@ void BotReplyToRadioMessage( bot_state_t *bs, char *msg, int handle ) {
|
||||||
char *sender = COM_ParseExt(&msg, qtrue);
|
char *sender = COM_ParseExt(&msg, qtrue);
|
||||||
qboolean responded = qfalse;
|
qboolean responded = qfalse;
|
||||||
|
|
||||||
//Lazy bots
|
|
||||||
if ( random() < 0.5 ) {
|
|
||||||
sender = strlwr(sender);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (strstr(msg, "treport")) {
|
if (strstr(msg, "treport")) {
|
||||||
//Team, report in
|
//Team, report in
|
||||||
G_Say( &g_entities[bs->entitynum], NULL, SAY_TEAM, va("%s, I have a $W with $A ammo and $H health", sender));
|
G_Say( &g_entities[bs->entitynum], NULL, SAY_TEAM, va("%s, I have a $W with $A ammo and $H health", sender));
|
||||||
|
|
Loading…
Reference in a new issue