Commit 3b969fd7 authored by mallu11's avatar mallu11 Committed by GitHub

fix ゴッド・ブレイズ・キャノン (#1533)

* fix ゴッド・ブレイズ・キャノン

this can't be disabled

* Update c4059313.lua
parent 992b9ffd
......@@ -51,7 +51,7 @@ function c4059313.activate(e,tp,eg,ep,ev,re,r,rp)
e3:SetOperation(c4059313.tgop)
tc:RegisterEffect(e3)
if not tc:IsType(TYPE_EFFECT) then
local e4=Effect.CreateEffect(tc)
local e4=Effect.CreateEffect(e:GetHandler())
e4:SetType(EFFECT_TYPE_SINGLE)
e4:SetCode(EFFECT_ADD_TYPE)
e4:SetValue(TYPE_EFFECT)
......
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