五张牌!
This commit is contained in:
@@ -280,6 +280,10 @@ namespace Continentis.MainGame.Card
|
||||
{
|
||||
targetList.AddRange(validTargets);
|
||||
}
|
||||
else if (cardLogic.HasKeyword("TargetSelf") && cardLogic.attributeSubmodule.targetCount == 0)
|
||||
{
|
||||
targetList.Add(cardLogic.user);
|
||||
}
|
||||
|
||||
if (!isInDropZone)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user