diff --git a/engine/client/m_multi.c b/engine/client/m_multi.c index 078a0c2cc..8434bb38a 100644 --- a/engine/client/m_multi.c +++ b/engine/client/m_multi.c @@ -607,9 +607,10 @@ void M_Menu_GameOptions_f (void) NULL }; static const char *teamplayoptions[] = { - "off", - "friendly fire", - "no friendly fire", + "off", //no teams at all + "no self+team fire", //don't hurt same-team (with bugs in coop) + "friendly fire", //scoreboard shows teams, gamecode doesn't care + "no team fire (qw-only)", //like 1, except you still hurt yourself. NULL }; static const char *skilloptions[] = {