Commit 1bc6434c authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Ancient Gear Hydra (#1572)

parent b6fbb22a
......@@ -52,7 +52,7 @@ function c81269231.regop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCondition(c81269231.rmcon)
e1:SetTarget(c81269231.rmtg)
e1:SetOperation(c81269231.rmop)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetReset(RESET_EVENT+RESET_TURN_SET+RESET_TOHAND+RESET_TODECK+RESET_TOFIELD)
c:RegisterEffect(e1)
end
if bit.band(flag,0x2)~=0 then
......
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