Commit 08ce89e8 authored by Huangnan's avatar Huangnan

星之国fix

parent a010f764
...@@ -79,7 +79,6 @@ function cm.inop(e,tp,eg,ep,ev,re,r,rp) ...@@ -79,7 +79,6 @@ function cm.inop(e,tp,eg,ep,ev,re,r,rp)
local tc=g:GetFirst() local tc=g:GetFirst()
while tc do while tc do
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
chihanecore.fhint(tc,m,2,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
chihanecore.destoryindes1(e:GetHandler(),tc,2,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) chihanecore.destoryindes1(e:GetHandler(),tc,2,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc=g:GetNext() tc=g:GetNext()
end end
......
...@@ -82,7 +82,7 @@ function cm.dmgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -82,7 +82,7 @@ function cm.dmgop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local say=e:GetLabel() local say=e:GetLabel()
if say<=0 then return end if say<=0 then return end
Duel.Damage(tp,say*100,REASON_EFFECT) Duel.Damage(1-tp,say*100,REASON_EFFECT)
if c and c:IsLocation(LOCATION_MZONE) and c:IsFaceup() then if c and c:IsLocation(LOCATION_MZONE) and c:IsFaceup() then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,2)) e1:SetDescription(aux.Stringid(m,2))
...@@ -103,11 +103,4 @@ function cm.dmgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -103,11 +103,4 @@ function cm.dmgop(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
end end
end end
\ No newline at end of file
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