Commit a60b8996 authored by DailyShana's avatar DailyShana

Update c87288189.lua

parent 33befb0b
...@@ -68,7 +68,7 @@ function c87288189.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -68,7 +68,7 @@ function c87288189.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=og:GetFirst() local tc=og:GetFirst()
while tc do while tc do
if tc:IsAttribute(ATTRIBUTE_DARK) then if tc:IsAttribute(ATTRIBUTE_DARK) then
local sg=Duel.GetMatchingGroup(Card.IsCode,tp,0x53,0,nil,tc:GetCode()) local sg=Duel.GetMatchingGroup(Card.IsCode,tc:GetControler(),0x53,0,nil,tc:GetCode())
rg:Merge(sg) rg:Merge(sg)
end end
tc=og:GetNext() tc=og:GetNext()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment