Commit c0fc95ad authored by Fluorohydride's avatar Fluorohydride

Merge pull request #1043 from Lsty/patch-3

Update c88240999.lua
parents 7d9dc09b dc2fe500
...@@ -10,6 +10,7 @@ function c88240999.initial_effect(c) ...@@ -10,6 +10,7 @@ function c88240999.initial_effect(c)
--boost --boost
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(88240999,0)) e2:SetDescription(aux.Stringid(88240999,0))
e2:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DEFCHANGE)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_HAND) e2:SetRange(LOCATION_HAND)
......
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