We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ffe1a commit 1711f75Copy full SHA for 1711f75
pre-release/c101208011.lua
@@ -35,7 +35,7 @@ function s.rmcostfilter(c)
35
end
36
function s.selfspcost(e,tp,eg,ep,ev,re,r,rp,chk)
37
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
+ if chk==0 then return #g>=2 and aux.SelectUnselectGroup(g,e,tp,2,2,aux.dpcheck(Card.GetMainCardType),0) end
39
local rg=aux.SelectUnselectGroup(g,e,tp,2,2,aux.dpcheck(Card.GetMainCardType),1,tp,HINTMSG_REMOVE)
40
Duel.Remove(rg,POS_FACEUP,REASON_COST)
41
0 commit comments