Adding linux speech support

This commit is contained in:
Mohammad Shoaib
2022-01-28 18:12:27 +05:30
parent 7771175ef9
commit 4628dce7bb
5 changed files with 1217 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ namespace stardew_access.Game
if (terrain != null)
toSpeak = terrain;
}
else if ( Game1.currentLocation.getLargeTerrainFeatureAt(x, y) != null)
else if ( Game1.currentLocation.getLargeTerrainFeatureAt(x, y) != null )
{
toSpeak = "Bush";
}