Commit 7dcd19e7 authored by HidarimeYume's avatar HidarimeYume Committed by GitHub

Fix Icejade Gymir Aegirine (#2025)

parent 766bf275
...@@ -33,7 +33,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -33,7 +33,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
e:SetCategory(0) e:SetCategory(0)
local ch=Duel.GetCurrentChain() local ch=Duel.GetCurrentChain()
if ch>1 and Duel.GetChainInfo(ch-1,CHAININFO_TRIGGERING_PLAYER)==1-tp then if ch>1 and Duel.GetChainInfo(ch-1,CHAININFO_TRIGGERING_PLAYER)==1-tp then
e:SetCategory(CATEGORY_REMOVE) e:SetCategory(CATEGORY_REMOVE+CATEGORY_GRAVE_ACTION)
end end
end end
function s.operation(e,tp,eg,ep,ev,re,r,rp) function s.operation(e,tp,eg,ep,ev,re,r,rp)
......
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