ロジック修正

This commit is contained in:
kimura 2022-10-20 13:31:55 +09:00
parent 783b8e9df0
commit 48411e0421
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace MyGame.Scripts
case < 1: case < 1:
return GameDataManager.GameData.Heart; return GameDataManager.GameData.Heart;
case 1: case 1:
return fundedList[0].Heart; return GameDataManager.GameData.BrotherHeart + fundedList[0].Heart;
} }
// 最新の店舗ハート数1つ前の店舗のBrotherHeartで総ハート数 // 最新の店舗ハート数1つ前の店舗のBrotherHeartで総ハート数