Commit 2a95b288 authored by nanahira's avatar nanahira

descs

parent a1d216b9
No preview for this file type
......@@ -21,7 +21,7 @@ function c77765003.initial_effect(c)
e2:SetCategory(CATEGORY_TOGRAVE)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetCountLimit(1)
e2:SetCountLimit(1,m)
e2:SetRange(LOCATION_SZONE)
e2:SetCost(cm.sgcost)
e2:SetTarget(cm.sgtg)
......@@ -34,7 +34,7 @@ function c77765003.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_SZONE)
e2:SetCountLimit(1)
e2:SetCountLimit(1,m+100)
e2:SetCost(cm.cost)
e2:SetTarget(cm.target)
e2:SetOperation(cm.operation)
......
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