changeset 13862 | b2cc4e4e380c |
parent 13797 | c084bd440009 |
child 14599 | 50f511588635 |
--- a/QTfrontend/ui/page/pagegamestats.cpp Wed Sep 05 20:09:32 2018 +0200 +++ b/QTfrontend/ui/page/pagegamestats.cpp Thu Oct 04 21:17:21 2018 +0200 @@ -401,5 +401,11 @@ scriptPlayerPosition = info.toInt(); break; } + case 'h' : + { + QString message = "<p><img src=\":/res/StatsEverAfter.png\"> " + 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.") + "</p>"; + AddStatText(message); + break; + } } }