ロジック修正
This commit is contained in:
parent
783b8e9df0
commit
48411e0421
|
@ -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で総ハート数
|
||||||
|
|
Loading…
Reference in New Issue