Commit c74eb360 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12001001.lua

parent 2fb3c9fc
...@@ -16,7 +16,7 @@ function c12001001.initial_effect(c) ...@@ -16,7 +16,7 @@ function c12001001.initial_effect(c)
e3:SetDescription(aux.Stringid(12001001,1)) e3:SetDescription(aux.Stringid(12001001,1))
e3:SetCategory(CATEGORY_DESTROY+CATEGORY_RECOVER) e3:SetCategory(CATEGORY_DESTROY+CATEGORY_RECOVER)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY) e3:SetProperty(EFFECT_FLAG_DELAY)
e3:SetCode(EVENT_TO_GRAVE) e3:SetCode(EVENT_TO_GRAVE)
e3:SetCountLimit(1,12001101) e3:SetCountLimit(1,12001101)
e3:SetCondition(c12001001.dscon) e3:SetCondition(c12001001.dscon)
......
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