Commit d931ee4d authored by fallenstardust's avatar fallenstardust
parent 95c4fc5b
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
100212003 100212003
100212006 100212006
100213001 100213001
100213002
101204001 101204001
101204002 101204002
101204003 101204003
...@@ -20,8 +19,6 @@ ...@@ -20,8 +19,6 @@
101204053 101204053
101204054 101204054
101204071 101204071
100214018
100214019
100214001 100214001
100214002 100214002
100214003 100214003
...@@ -29,6 +26,7 @@ ...@@ -29,6 +26,7 @@
100214008 100214008
100214015 100214015
100214016 100214016
100214018
#extra #extra
100200248 100200248
100211050 100211050
...@@ -36,7 +34,9 @@ ...@@ -36,7 +34,9 @@
100211123 100211123
100211124 100211124
100212005 100212005
100213002
100215003 100215003
100214019
!side !side
101202081 101202081
101202082 101202082
......
...@@ -15,7 +15,7 @@ function s.initial_effect(c) ...@@ -15,7 +15,7 @@ function s.initial_effect(c)
--detach a xyz material --detach a xyz material
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,1)) e2:SetDescription(aux.Stringid(id,1))
e2:SetCategory(CATEGORY_TOHAND) e2:SetCategory(CATEGORY_TOHAND+CATEGORY_GRAVE_ACTION)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_GRAVE) e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,id+o) e2:SetCountLimit(1,id+o)
......
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