1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Merge pull request #1486 from IvanSavenko/configurable_rewardables

Well, it works for my brand new objects with arbitrary bonus, so likely will work with everything else.
This commit is contained in:
DjWarmonger
2023-01-26 17:01:01 +01:00
committed by GitHub
28 changed files with 2038 additions and 1822 deletions

View File

@@ -409,7 +409,6 @@ CGeneralTextHandler::CGeneralTextHandler():
hcommands (*this, "core.hallinfo" ),
fcommands (*this, "core.castinfo" ),
advobtxt (*this, "core.advevent" ),
xtrainfo (*this, "core.xtrainfo" ),
restypes (*this, "core.restypes" ),
randsign (*this, "core.randsign" ),
overview (*this, "core.overview" ),
@@ -439,7 +438,6 @@ CGeneralTextHandler::CGeneralTextHandler():
readToVector("core.hallinfo", "DATA/HALLINFO.TXT" );
readToVector("core.castinfo", "DATA/CASTINFO.TXT" );
readToVector("core.advevent", "DATA/ADVEVENT.TXT" );
readToVector("core.xtrainfo", "DATA/XTRAINFO.TXT" );
readToVector("core.restypes", "DATA/RESTYPES.TXT" );
readToVector("core.randsign", "DATA/RANDSIGN.TXT" );
readToVector("core.crgen1", "DATA/CRGEN1.TXT" );