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

fix Firestorm Monarch (#1088)

parent a5827e09
...@@ -17,6 +17,7 @@ end ...@@ -17,6 +17,7 @@ end
function c26205777.target(e,tp,eg,ep,ev,re,r,rp,chk) function c26205777.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,1-tp,1) Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,1-tp,1)
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,0)
end end
function c26205777.operation(e,tp,eg,ep,ev,re,r,rp) function c26205777.operation(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetFieldGroup(tp,0,LOCATION_HAND) local g=Duel.GetFieldGroup(tp,0,LOCATION_HAND)
......
...@@ -50,6 +50,7 @@ end ...@@ -50,6 +50,7 @@ end
function c69230391.target(e,tp,eg,ep,ev,re,r,rp,chk) function c69230391.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,1-tp,1) Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,1-tp,1)
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,0)
if e:GetLabel()==1 then if e:GetLabel()==1 then
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,1000) Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,1000)
end 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