Commit 82f8720a authored by mercury233's avatar mercury233 Committed by GitHub

fix 獣装合体 ライオ・ホープレイ

parent 7d3dba3d
...@@ -21,8 +21,8 @@ function c68679595.initial_effect(c) ...@@ -21,8 +21,8 @@ function c68679595.initial_effect(c)
e2:SetCategory(CATEGORY_DISABLE) e2:SetCategory(CATEGORY_DISABLE)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_MAIN_END) e2:SetHintTiming(TIMING_DAMAGE_STEP,TIMING_DAMAGE_STEP+TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1) e2:SetCountLimit(1)
e2:SetCondition(c68679595.discon) e2:SetCondition(c68679595.discon)
...@@ -60,7 +60,7 @@ end ...@@ -60,7 +60,7 @@ end
function c68679595.discon(e,tp,eg,ep,ev,re,r,rp) function c68679595.discon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local g=c:GetEquipGroup() local g=c:GetEquipGroup()
return g:IsExists(c68679595.cfilter,1,nil) return g:IsExists(c68679595.cfilter,1,nil) and aux.dscon()
end end
function c68679595.distg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c68679595.distg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(1-tp) and chkc:IsLocation(LOCATION_MZONE) and aux.NegateEffectMonsterFilter(chkc) end if chkc then return chkc:IsControler(1-tp) and chkc:IsLocation(LOCATION_MZONE) and aux.NegateEffectMonsterFilter(chkc) 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