Commit ca8f36bb authored by wyykak's avatar wyykak

fix

parent 09dc22bf
Pipeline #8275 passed with stage
in 1 minute and 12 seconds
...@@ -41,7 +41,7 @@ function c78900101.initial_effect(c) ...@@ -41,7 +41,7 @@ function c78900101.initial_effect(c)
e3:SetCode(EFFECT_INDESTRUCTABLE_COUNT) e3:SetCode(EFFECT_INDESTRUCTABLE_COUNT)
e3:SetCountLimit(1) e3:SetCountLimit(1)
e3:SetValue(c78900101.indct) e3:SetValue(c78900101.indct)
c:RegisterEffect(e2) c:RegisterEffect(e3)
end end
c78900101.hana_mat={ c78900101.hana_mat={
aux.FilterBoolFunction(Card.IsFusionCode,11004), aux.FilterBoolFunction(Card.IsFusionCode,11004),
......
...@@ -110,7 +110,7 @@ function c86379672.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -110,7 +110,7 @@ function c86379672.operation(e,tp,eg,ep,ev,re,r,rp)
-- --
else else
if not c:IsRelateToEffect(e) then return end if not c:IsRelateToEffect(e) then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ZONE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DISABLEZONE)
local zone=Duel.SelectField(tp,1,0,LOCATION_ONFIELD,nil) local zone=Duel.SelectField(tp,1,0,LOCATION_ONFIELD,nil)
Duel.Hint(HINT_ZONE,tp,zone) Duel.Hint(HINT_ZONE,tp,zone)
Duel.Hint(HINT_ZONE,1-tp,zone>>16) Duel.Hint(HINT_ZONE,1-tp,zone>>16)
......
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