Commit 81f130bd authored by wind2009's avatar wind2009 Committed by GitHub

Add hints of Salamangreat Gift (#1497)

parent 415ac194
......@@ -16,6 +16,7 @@ function c20788863.initial_effect(c)
e2:SetCost(c20788863.cost)
e2:SetTarget(c20788863.drtg1)
e2:SetOperation(c20788863.drop1)
e2:SetHintTiming(0,TIMING_END_PHASE)
c:RegisterEffect(e2)
--draw (link)
local e3=Effect.CreateEffect(c)
......@@ -30,6 +31,7 @@ function c20788863.initial_effect(c)
e3:SetCost(c20788863.cost)
e3:SetTarget(c20788863.drtg2)
e3:SetOperation(c20788863.drop2)
e3:SetHintTiming(0,TIMING_END_PHASE)
c:RegisterEffect(e3)
if not c20788863.global_check then
c20788863.global_check=true
......
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