Commit b287ad6d authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent d6564884
...@@ -65,6 +65,7 @@ function c49477180.mtop(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,6 +65,7 @@ function c49477180.mtop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EVENT_BATTLED) e1:SetCode(EVENT_BATTLED)
e1:SetTarget(c49477180.drtg) e1:SetTarget(c49477180.drtg)
e1:SetOperation(c49477180.drop) e1:SetOperation(c49477180.drop)
e1:SetReset(RESET_EVENT+0x1fe0000)
rc:RegisterEffect(e1,true) rc:RegisterEffect(e1,true)
if not rc:IsType(TYPE_EFFECT) then if not rc:IsType(TYPE_EFFECT) then
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
......
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