Commit dfdd43cb authored by VanillaSalt's avatar VanillaSalt

Merge pull request #1000 from DailyShana/patch-8

Update c87288189.lua
parents b165083b a60b8996
......@@ -68,7 +68,7 @@ function c87288189.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=og:GetFirst()
while tc do
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)
end
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