Commit 5d28cc83 authored by mercury233's avatar mercury233 Committed by GitHub

fix オルターガイスト・ヘクスティア

parent 856c2ecb
...@@ -48,7 +48,7 @@ function c1508649.discon(e,tp,eg,ep,ev,re,r,rp) ...@@ -48,7 +48,7 @@ function c1508649.discon(e,tp,eg,ep,ev,re,r,rp)
return re:IsActiveType(TYPE_SPELL+TYPE_TRAP) and Duel.IsChainNegatable(ev) return re:IsActiveType(TYPE_SPELL+TYPE_TRAP) and Duel.IsChainNegatable(ev)
end end
function c1508649.cfilter(c,g) function c1508649.cfilter(c,g)
return c:IsFaceup() and c:IsSetCard(0x103) return c:IsSetCard(0x103)
and g:IsContains(c) and not c:IsStatus(STATUS_BATTLE_DESTROYED) and g:IsContains(c) and not c:IsStatus(STATUS_BATTLE_DESTROYED)
end end
function c1508649.discost(e,tp,eg,ep,ev,re,r,rp,chk) function c1508649.discost(e,tp,eg,ep,ev,re,r,rp,chk)
......
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