Commit 5fb60284 authored by VforViolin's avatar VforViolin Committed by GitHub

fix typo (#2522)

parent 6fea938e
......@@ -12,7 +12,7 @@ function c14883228.initial_effect(c)
c:RegisterEffect(e1)
--act in hand
local e2=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(14883228,0))
e2:SetDescription(aux.Stringid(14883228,0))
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_TRAP_ACT_IN_HAND)
e2:SetCondition(c14883228.handcon)
......
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