Commit fe833215 authored by salix5's avatar salix5

Merge pull request #144 from destdev/patch-3

fix Gameciel, the Sea Turtle Kaiju
parents c724b385 c92a5e7a
......@@ -55,7 +55,7 @@ function c55063751.spcon2(e,c)
end
function c55063751.negcon(e,tp,eg,ep,ev,re,r,rp)
if ep==tp or e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) then return false end
return (re:IsActiveType(TYPE_MONSTER) or re:IsHasType(EFFECT_TYPE_ACTIVATE)) and not re:GetHandler():IsCode(55063751) and Duel.IsChainNegatable(ev)
return not re:GetHandler():IsCode(55063751) and Duel.IsChainNegatable(ev)
end
function c55063751.negcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsCanRemoveCounter(tp,1,1,0x37,2,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