除了充盈都做完了
This commit is contained in:
@@ -246,7 +246,7 @@ namespace Continentis.MainGame.Card
|
||||
}
|
||||
else if(!HasKeyword("Reuse"))
|
||||
{
|
||||
CommandQueueManager.Instance.AddCommand(playerHero.deckSubmodule.DiscardCard(cardInstance));
|
||||
CommandQueueManager.Instance.AddCommand(playerHero.deckSubmodule.DiscardCard(cardInstance, false));
|
||||
CommandQueueManager.Instance.AddCommand(new Cmd_Function(() =>
|
||||
{
|
||||
if (handCardView != null)
|
||||
|
||||
Reference in New Issue
Block a user