changeset 13797 | c084bd440009 |
parent 13759 | f0cb47f0bfaf |
child 14599 | 50f511588635 |
--- 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 = "<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; + } } }