Skip to content

Commit 4e76dd8

Browse files
committed
add small improvement
1 parent ccc7d28 commit 4e76dd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/game/server/gamemodes/zcatch.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,9 @@ void CGameControllerZCATCH::OnPlayerCommandImpl(class CPlayer* pPlayer, const ch
458458
{
459459
RequestTopRankingData(ofID, "Score");
460460
}
461+
else if (tokens[0] == "hair") {
462+
GameServer()->SendServerMessageText(ofID, "In zCatch there is a single golden rule that anyone should know of. It is easily written down but is so profound that people will need years to comprehend it: No hair, no win! You will not win a round of zCatch unless your Tee has hair or another kind of decoration on top of its head.");
463+
}
461464
else
462465
{
463466
throw std::invalid_argument("");

0 commit comments

Comments
 (0)