Commit cbd8a3ce authored by Chen Bill's avatar Chen Bill

update 地縛神 Cusillu

parent a95be524
...@@ -37,9 +37,9 @@ end ...@@ -37,9 +37,9 @@ end
function c33537328.desreptg(e,tp,eg,ep,ev,re,r,rp,chk) function c33537328.desreptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
if chk==0 then return c:IsReason(REASON_BATTLE) and c:GetBattlePosition()~=POS_FACEUP_DEFENSE if chk==0 then return c:IsReason(REASON_BATTLE) and c:GetBattlePosition()~=POS_FACEUP_DEFENSE
and Duel.CheckReleaseGroup(REASON_COST,tp,Card.IsReleasableByEffect,1,c) end and Duel.CheckReleaseGroup(REASON_EFFECT,tp,Card.IsReleasableByEffect,1,c) end
if Duel.SelectEffectYesNo(tp,c,96) then if Duel.SelectEffectYesNo(tp,c,96) then
local g=Duel.SelectReleaseGroup(REASON_COST,tp,Card.IsReleasableByEffect,1,1,c) local g=Duel.SelectReleaseGroup(REASON_EFFECT,tp,Card.IsReleasableByEffect,1,1,c)
Duel.Release(g,REASON_EFFECT) Duel.Release(g,REASON_EFFECT)
Duel.SetLP(1-tp,math.ceil(Duel.GetLP(1-tp)/2)) Duel.SetLP(1-tp,math.ceil(Duel.GetLP(1-tp)/2))
return true return true
......
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