弃牌堆为0时抽6张卡
This commit is contained in:
parent
30f018abde
commit
836d12e381
@ -140,7 +140,7 @@ public class TurnManager : MonoBehaviour
|
||||
if (turnManagerSingleton.GetNeedDebugLog()) turnManagerSingleton.PrintMsg("TurnManager", "状态切换", "结束对方回合");
|
||||
turnManagerState = TurnManagerStateEnum.END_ENEMY_TURN;
|
||||
uiManager.ExitEnemyTurn();
|
||||
TurnManagerEnterSelfTurn(5);
|
||||
TurnManagerEnterSelfTurn(cardPileList.Count == 0 ? 6 : 5);
|
||||
}
|
||||
|
||||
private void TurnManagerShuffleCard()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user