CardBuff,Exhaustible
This commit is contained in:
@@ -154,7 +154,7 @@ namespace Continentis.MainGame.Combat
|
||||
playerHero.combatBuffSubmodule.ActionStart();
|
||||
|
||||
combatMainPage.handPile.isUpdatingLayout = false;
|
||||
CommandQueueManager.Instance.AddCommand(playerHero.deckSubmodule.DrawCards(5));
|
||||
CommandQueueManager.Instance.AddCommand(playerHero.deckSubmodule.DrawCards(playerHero.GetAttribute("DrawCardAmountPerAction")));
|
||||
CommandQueueManager.Instance.AddCommand(new Cmd_Function(0f, () =>
|
||||
{
|
||||
//Debug.Log((drawCard.groupContext.context["DrawnCards"] as List<CardInstance>).Count);
|
||||
|
||||
Reference in New Issue
Block a user