恢复卡槽可选
This commit is contained in:
@@ -77,8 +77,8 @@ namespace TcgEngine.Client
|
||||
{
|
||||
foreach (GroupSlot slot in group_slots)
|
||||
{
|
||||
if(gdata.CanPlayCard(dcard, slot.slot, true))
|
||||
target_alpha = 1f; //hightlight when dragging a character or artifact (skip mana cost)
|
||||
if(gdata.CanPlayCard(dcard, slot.slot))
|
||||
target_alpha = 1f; //hightlight when dragging a character or artifact
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user