Commit 761ffaa7 authored by mercury233's avatar mercury233 Committed by GitHub

fix 超弩級砲塔列車ジャガーノート・リーベ

parent 5d28cc83
...@@ -47,6 +47,7 @@ function c26096328.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -47,6 +47,7 @@ function c26096328.atkop(e,tp,eg,ep,ev,re,r,rp)
local e0=Effect.CreateEffect(e:GetHandler()) local e0=Effect.CreateEffect(e:GetHandler())
e0:SetType(EFFECT_TYPE_FIELD) e0:SetType(EFFECT_TYPE_FIELD)
e0:SetCode(EFFECT_CANNOT_ATTACK) e0:SetCode(EFFECT_CANNOT_ATTACK)
e0:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e0:SetTargetRange(LOCATION_MZONE,0) e0:SetTargetRange(LOCATION_MZONE,0)
e0:SetTarget(c26096328.ftarget) e0:SetTarget(c26096328.ftarget)
e0:SetLabel(c:GetFieldID()) e0:SetLabel(c:GetFieldID())
......
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