示例#1
0
        public void OnMyTurnStarted()
        {
            if (IsComputer && Game.PotionsUnlocked)
            {
                ActivateRandomPotions();
            }

            PlayerAvatar.Activate(true);
            AvailableRuins += 1;
        }