Commit 04122f40 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12005021.lua

parent 001b3062
...@@ -28,7 +28,7 @@ function c12005021.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -28,7 +28,7 @@ function c12005021.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.PayLPCost(tp,333) Duel.PayLPCost(tp,333)
end end
function c12005021.condition(e,tp,eg,ep,ev,re,r,rp) function c12005021.condition(e,tp,eg,ep,ev,re,r,rp)
return (re:GetHandler():IsStatus(STATUS_ACT_FROM_HAND) or re:GetActivateLocation()==LOCATION_HAND) and Duel.IsChainNegatable(ev) return (re:GetHandler():IsStatus(STATUS_ACT_FROM_HAND) or re:GetActivateLocation()==LOCATION_HAND) and Duel.IsChainNegatable(ev) and re:GetHandler():IsType(TYPE_MONSTER) and not re:IsHasType(EFFECT_TYPE_ACTIVATE)
end end
function c12005021.target(e,tp,eg,ep,ev,re,r,rp,chk) function c12005021.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true 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