Commit 38892600 authored by mercury233's avatar mercury233

fix エクソシスター・アソフィール and ジブリーヌ

parent b5bbf21f
......@@ -66,7 +66,7 @@ function c41524885.aclimit(e,re,tp)
return re:GetActivateLocation()==LOCATION_GRAVE
end
function c41524885.indval(e,te,rp)
return rp==1-e:GetHandlerPlayer() and te:IsActivated() and te:GetHandler():IsSummonLocation(LOCATION_GRAVE)
return te:IsActivated() and te:GetHandler():IsSummonLocation(LOCATION_GRAVE)
end
function c41524885.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) end
......
......@@ -91,7 +91,7 @@ function c5530780.disop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c5530780.indval(e,te,rp)
return rp==1-e:GetHandlerPlayer() and te:IsActivated() and te:GetHandler():IsSummonLocation(LOCATION_GRAVE)
return te:IsActivated() and te:GetHandler():IsSummonLocation(LOCATION_GRAVE)
end
function c5530780.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) 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