Commit 8f53d181 authored by 大崎甜花's avatar 大崎甜花 Committed by GitHub

Update c81013024.lua

parent 914551d5
......@@ -22,7 +22,7 @@ function c81013024.initial_effect(c)
c:RegisterEffect(e2)
end
function c81013024.condition1(e,tp,eg,ep,ev,re,r,rp)
return re:GetActivateLocation()~=LOCATION_ONFIELD and not re:IsHasType(EFFECT_TYPE_ACTIVATE) and Duel.IsChainNegatable(ev)
return (not re:GetHandler():IsLocation(LOCATION_ONFIELD) and not re:IsHasType(EFFECT_TYPE_ACTIVATE)) and Duel.IsChainNegatable(ev)
end
function c81013024.cost1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckLPCost(tp,2500)
......
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