Skip to content

Commit 1711f75

Browse files
committed
update c101208011.lua
1 parent a3ffe1a commit 1711f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-release/c101208011.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function s.rmcostfilter(c)
3535
end
3636
function s.selfspcost(e,tp,eg,ep,ev,re,r,rp,chk)
3737
local g=Duel.GetMatchingGroup(s.rmcostfilter,tp,LOCATION_HAND|LOCATION_GRAVE,0,e:GetHandler())
38-
if chk==0 then return #g>=2 and aux.SelectUnselectGroup(g,e,tp,2,2,aux.dpcheck(Card.GetType),0) end
38+
if chk==0 then return #g>=2 and aux.SelectUnselectGroup(g,e,tp,2,2,aux.dpcheck(Card.GetMainCardType),0) end
3939
local rg=aux.SelectUnselectGroup(g,e,tp,2,2,aux.dpcheck(Card.GetMainCardType),1,tp,HINTMSG_REMOVE)
4040
Duel.Remove(rg,POS_FACEUP,REASON_COST)
4141
end

0 commit comments

Comments
 (0)