1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Rumors: client-side proof of concept implementation

Actually information about this week rumor should be stored in gamestate and updated weekly
This commit is contained in:
ArseniyShestakov
2015-11-30 20:52:15 +03:00
parent 6704ea0cff
commit 879eaa47f8
3 changed files with 67 additions and 1 deletions

View File

@ -327,6 +327,7 @@ CGeneralTextHandler::CGeneralTextHandler()
readToVector("DATA/PRISKILL.TXT", primarySkillNames);
readToVector("DATA/JKTEXT.TXT", jktexts);
readToVector("DATA/TVRNINFO.TXT", tavernInfo);
readToVector("DATA/RANDTVRN.TXT", tavernRumors);
readToVector("DATA/TURNDUR.TXT", turnDurations);
readToVector("DATA/HEROSCRN.TXT", heroscrn);
readToVector("DATA/TENTCOLR.TXT", tentColors);