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 4f3148f commit b4912dfCopy full SHA for b4912df
pre-release/c101304008.lua
@@ -67,7 +67,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
67
end
68
69
function s.attg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
70
- if chkc then return chkc:IsLocation(LOCATION_MZONE) and s.atfilter(chkc) end
+ if chkc then return chkc:IsFaceup() and chkc:IsLocation(LOCATION_MZONE) and chkc:IsAttributeExcept(ATTRIBUTE_DARK) end
71
if chk==0 then return Duel.IsExistingTarget(aux.FaceupFilter(Card.IsAttributeExcept,ATTRIBUTE_DARK),tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) end
72
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
73
local g=Duel.SelectTarget(tp,aux.FaceupFilter(Card.IsAttributeExcept,ATTRIBUTE_DARK),tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil)
@@ -94,4 +94,4 @@ end
94
function s.drop(e,tp,eg,ep,ev,re,r,rp)
95
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
96
Duel.Draw(p,d,REASON_EFFECT)
97
-end
+end
0 commit comments