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

Update c12030007.lua

parent e73b5492
...@@ -11,7 +11,7 @@ function c12030007.initial_effect(c) ...@@ -11,7 +11,7 @@ function c12030007.initial_effect(c)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c12030007.target) e1:SetTarget(c12030007.target)
e1:SetOperation(c12030007.operation) e1:SetOperation(c12030007.operation)
c:RegisterEffect(e1) c:RegisterEffect(e1)
......
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