Commit a21b742a authored by Steeldarkeagel's avatar Steeldarkeagel

Update c24573625.lua

No longer stops opponent from targeting cards in the Graveyard/Banished.
parent fce6bed2
......@@ -65,5 +65,5 @@ function c24573625.atkcon2(e)
return e:GetHandler():IsDirectAttacked()
end
function c24573625.tglimit(e,re,c)
return c:IsFaceup() and c:IsSetCard(0xab) and c~=e:GetHandler()
return c:IsFaceup() and c:IsSetCard(0xab) and c~=e:GetHandler() and c:IsLocation(LOCATION_ONFIELD)
end
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