diff --git a/Adventures in Lestoria/Item.cpp b/Adventures in Lestoria/Item.cpp index a7238cfc..5ecac966 100644 --- a/Adventures in Lestoria/Item.cpp +++ b/Adventures in Lestoria/Item.cpp @@ -154,7 +154,7 @@ void ItemInfo::InitializeItems(){ for(auto&[itemKey,itemValue]:data[key].GetKeys()){ std::string keyName=itemKey; if(keyName=="Description"){ - description=data[key][keyName].GetString(); + description=data[key][keyName].GetFullString(); }else if(keyName=="ItemCategory"){ category=data[key][keyName].GetString(); diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index 80ba72f0..58a44ee4 100644 --- a/Adventures in Lestoria/Version.h +++ b/Adventures in Lestoria/Version.h @@ -39,7 +39,7 @@ All rights reserved. #define VERSION_MAJOR 1 #define VERSION_MINOR 2 #define VERSION_PATCH 3 -#define VERSION_BUILD 10190 +#define VERSION_BUILD 10191 #define stringify(a) stringify_(a) #define stringify_(a) #a diff --git a/Adventures in Lestoria/assets/Campaigns/2_5.tmx b/Adventures in Lestoria/assets/Campaigns/2_5.tmx index 235c19cd..ba87b8bd 100644 --- a/Adventures in Lestoria/assets/Campaigns/2_5.tmx +++ b/Adventures in Lestoria/assets/Campaigns/2_5.tmx @@ -1,5 +1,5 @@ - + @@ -1654,11 +1654,17 @@ - + + + + + + + diff --git a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt index 34160e3d..5e004bb8 100644 --- a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt +++ b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt @@ -299,7 +299,7 @@ ItemDatabase } Stone Heart { - Description = A stone, shaped in the form of an heart. + Description = "A stone, shaped in the form of a heart." ItemCategory = Materials SellValue = 28 } @@ -311,7 +311,7 @@ ItemDatabase } Stone { - Description = A slightly above average sized Stone. The Stone has some greenish Color. Thats why you picked it up. + Description = A slightly above average-sized Stone. The Stone has some greenish color. That's why you picked it up. ItemCategory = Materials SellValue = 6 } diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index 00a7045a..cf1e4d88 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ