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 27a0b8d commit 45b0910Copy full SHA for 45b0910
1 file changed
official/c35803249.lua
@@ -94,12 +94,12 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
94
end
95
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk)
96
if chk==0 then return Duel.IsExistingMatchingCard(aux.FaceupFilter(Card.IsTrap),tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) end
97
- local sg=Duel.GetMatchingGroup(s.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,nil)
+ local sg=Duel.GetMatchingGroup(aux.FaceupFilter(Card.IsTrap),tp,LOCATION_ONFIELD,LOCATION_ONFIELD,nil)
98
Duel.SetOperationInfo(0,CATEGORY_DESTROY,sg,#sg,0,0)
99
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,#sg*300)
100
101
function s.desop(e,tp,eg,ep,ev,re,r,rp)
102
103
local ct=Duel.Destroy(sg,REASON_EFFECT)
104
Duel.Damage(1-tp,ct*300,REASON_EFFECT)
105
0 commit comments