0
0
Fork 0
mirror of https://github.com/ReactionQuake3/reaction.git synced 2025-04-07 10:37:04 +00:00

added a Youve started bandaging message at the right time.

This commit is contained in:
Richard Allen 2005-09-13 03:32:03 +00:00
parent 7deb8460e1
commit c6e56cff05

View file

@ -5,6 +5,9 @@
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.195 2005/09/13 03:32:03 jbravo
// added a Youve started bandaging message at the right time.
//
// Revision 1.194 2005/09/13 03:11:08 jbravo
// Dead players cant use unzoom or weapon commands
//
@ -2580,6 +2583,7 @@ void Cmd_Bandage(gentity_t * ent)
ent->client->ps.weaponTime += BLEED_BANDAGE_TIME;
ent->client->bleedtick = 4;
trap_SendServerCommand(ent - g_entities, va("print \"You've started bandaging.\n\""));
} else {
trap_SendServerCommand(ent - g_entities, va("print \"No need to bandage.\n\""));
}