Commit bf260181 authored by 大崎甜花's avatar 大崎甜花 Committed by GitHub

Update c81015027.lua

parent 4532b4d1
......@@ -3,11 +3,11 @@ require("expansions/script/c81000000")
function c81015027.initial_effect(c)
--salvage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(81015027,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetCountLimit(1,81015027)
e1:SetTarget(c81015027.target)
e1:SetOperation(c81015027.activate)
c:RegisterEffect(e1)
......@@ -19,7 +19,6 @@ function c81015027.initial_effect(c)
c:RegisterEffect(e3)
--draw
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(81015027,0))
e2:SetCategory(CATEGORY_DRAW)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
......
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