diff -r 2e8b3081cf80 -r c084bd440009 QTfrontend/ui/page/pagegamestats.cpp --- a/QTfrontend/ui/page/pagegamestats.cpp Sun Sep 09 12:25:23 2018 +0200 +++ b/QTfrontend/ui/page/pagegamestats.cpp Tue Sep 11 16:00:23 2018 +0200 @@ -401,5 +401,11 @@ scriptPlayerPosition = info.toInt(); break; } + case 'h' : + { + QString message = "

" + PageGameStats::tr("With everyone having the same clan color, there was no reason to fight. And so the hedgehogs happily lived in peace ever after.") + "

"; + AddStatText(message); + break; + } } }