Commit c26450fd authored by HidarimeYume's avatar HidarimeYume Committed by GitHub

Fix Skull Lair (#2301)

* Fix Skull Lair
parent 9a3925cf
...@@ -11,6 +11,7 @@ function c6733059.initial_effect(c) ...@@ -11,6 +11,7 @@ function c6733059.initial_effect(c)
--instant(chain) --instant(chain)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(6733059,1)) e2:SetDescription(aux.Stringid(6733059,1))
e2:SetCountLimit(1,EFFECT_COUNT_CODE_CHAIN)
e2:SetCategory(CATEGORY_DESTROY) e2:SetCategory(CATEGORY_DESTROY)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
......
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