Commit ec1987d2 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #819 from Steeldarkeagel/patch-8

Update c44125452.lua
parents a51e7fec 40b99299
...@@ -5,7 +5,7 @@ function c44125452.initial_effect(c) ...@@ -5,7 +5,7 @@ function c44125452.initial_effect(c)
e1:SetDescription(aux.Stringid(44125452,0)) e1:SetDescription(aux.Stringid(44125452,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_MULTIACT_HAND+EFFECT_FLAG_DELAY) e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_TO_HAND) e1:SetCode(EVENT_TO_HAND)
e1:SetCondition(c44125452.condition) e1:SetCondition(c44125452.condition)
e1:SetTarget(c44125452.target) e1:SetTarget(c44125452.target)
......
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