Commit ebd5d9cd authored by GuGu's avatar GuGu

Update c86379019.lua 变成通常怪兽的bug

parent fb4f247f
Pipeline #22218 passed with stage
in 1 minute and 4 seconds
...@@ -71,7 +71,7 @@ function c86379019.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,7 +71,7 @@ function c86379019.operation(e,tp,eg,ep,ev,re,r,rp)
e5:SetType(EFFECT_TYPE_SINGLE) e5:SetType(EFFECT_TYPE_SINGLE)
e5:SetCode(EFFECT_CHANGE_TYPE) e5:SetCode(EFFECT_CHANGE_TYPE)
e5:SetProperty(EFFECT_FLAG_CANNOT_DISABLE) e5:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e5:SetValue(TYPE_NORMAL+TYPE_MONSTER+TYPE_TUNER) e5:SetValue(TYPE_EFFECT+TYPE_MONSTER+TYPE_TUNER)
e5:SetReset(RESET_EVENT+0x47c0000) e5:SetReset(RESET_EVENT+0x47c0000)
c:RegisterEffect(e5,true) c:RegisterEffect(e5,true)
local e6=Effect.CreateEffect(c) local e6=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