Commit b8750999 authored by AntiMetaman's avatar AntiMetaman Committed by GitHub

Add string for "Salamangreat Wolvie" (#1422)

parent c1069d31
...@@ -22,6 +22,7 @@ function c13173832.initial_effect(c) ...@@ -22,6 +22,7 @@ function c13173832.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--GY recycle, if added to hand --GY recycle, if added to hand
local e3=e2:Clone() local e3=e2:Clone()
e3:SetDescription(aux.Stringid(13173832,1))
e3:SetCode(EVENT_TO_HAND) e3:SetCode(EVENT_TO_HAND)
e3:SetCondition(c13173832.thcon2) e3:SetCondition(c13173832.thcon2)
e3:SetCost(c13173832.thcost) e3:SetCost(c13173832.thcost)
......
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