意图初步
This commit is contained in:
@@ -176,6 +176,7 @@ namespace Continentis.MainGame.Card
|
||||
}
|
||||
|
||||
cardInstance.user = user ?? CombatMainManager.Instance.currentCharacter;
|
||||
cardInstance.user.recordSubmodule.RecordCardPlay(cardInstance);
|
||||
|
||||
if (!willCheckBeforePlay || CheckBeforePlay())
|
||||
{
|
||||
@@ -212,7 +213,10 @@ namespace Continentis.MainGame.Card
|
||||
});
|
||||
AfterPlayEffect(targetList);
|
||||
playSubmodule.isDuringPlayEffect = false;
|
||||
handCardView.isDuringPlaying = false;
|
||||
if (handCardView != null)
|
||||
{
|
||||
handCardView.isDuringPlaying = false;
|
||||
}
|
||||
}));
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user