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

Fix string call (#1406)

parent 578d6082
...@@ -30,7 +30,7 @@ function c40080312.initial_effect(c) ...@@ -30,7 +30,7 @@ function c40080312.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
--draw --draw
local e5=Effect.CreateEffect(c) local e5=Effect.CreateEffect(c)
e5:SetDescription(aux.Stringid(40080312,0)) e5:SetDescription(aux.Stringid(40080312,1))
e5:SetCategory(CATEGORY_DRAW+CATEGORY_DISABLE) e5:SetCategory(CATEGORY_DRAW+CATEGORY_DISABLE)
e5:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e5:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e5:SetCode(EVENT_SPSUMMON_SUCCESS) e5:SetCode(EVENT_SPSUMMON_SUCCESS)
......
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