Commit c9d2c8f3 authored by Lyris's avatar Lyris Committed by GitHub

Fix "Silverrokket Dragon" strings (#1420)

parent 5394e6d2
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
function c32476603.initial_effect(c) function c32476603.initial_effect(c)
--destroy --destroy
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(32476603,0))
e1:SetCategory(CATEGORY_REMOVE+CATEGORY_DESTROY) e1:SetCategory(CATEGORY_REMOVE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_CHAINING) e1:SetCode(EVENT_CHAINING)
......
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