Commit ece000fc authored by Hello23-Ygopro's avatar Hello23-Ygopro Committed by DailyShana

add missing category for Worm Hope, etc. (#763)

parent c9629f8b
...@@ -10,6 +10,7 @@ function c11159464.initial_effect(c) ...@@ -10,6 +10,7 @@ function c11159464.initial_effect(c)
--discard --discard
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(11159464,0)) e2:SetDescription(aux.Stringid(11159464,0))
e2:SetCategory(CATEGORY_HANDES)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e2:SetCode(EVENT_TO_GRAVE) e2:SetCode(EVENT_TO_GRAVE)
e2:SetCondition(c11159464.tgcon) e2:SetCondition(c11159464.tgcon)
......
...@@ -6,7 +6,7 @@ function c12986807.initial_effect(c) ...@@ -6,7 +6,7 @@ function c12986807.initial_effect(c)
--to hand --to hand
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(12986807,0)) e1:SetDescription(aux.Stringid(12986807,0))
e1:SetCategory(CATEGORY_TOGRAVE) e1:SetCategory(CATEGORY_HANDES)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCondition(c12986807.condition) e1:SetCondition(c12986807.condition)
......
...@@ -51,7 +51,7 @@ function c18175965.initial_effect(c) ...@@ -51,7 +51,7 @@ function c18175965.initial_effect(c)
--special summon 2 --special summon 2
local e8=Effect.CreateEffect(c) local e8=Effect.CreateEffect(c)
e8:SetDescription(aux.Stringid(18175965,2)) e8:SetDescription(aux.Stringid(18175965,2))
e8:SetCategory(CATEGORY_SPECIAL_SUMMON) e8:SetCategory(CATEGORY_HANDES+CATEGORY_SPECIAL_SUMMON)
e8:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e8:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e8:SetCode(EVENT_TO_GRAVE) e8:SetCode(EVENT_TO_GRAVE)
e8:SetCondition(c18175965.spcon2) e8:SetCondition(c18175965.spcon2)
......
...@@ -6,7 +6,7 @@ function c20374351.initial_effect(c) ...@@ -6,7 +6,7 @@ function c20374351.initial_effect(c)
--to grave --to grave
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(20374351,0)) e1:SetDescription(aux.Stringid(20374351,0))
e1:SetCategory(CATEGORY_TOGRAVE) e1:SetCategory(CATEGORY_HANDES)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCondition(c20374351.condition) e1:SetCondition(c20374351.condition)
......
...@@ -4,7 +4,7 @@ function c32339440.initial_effect(c) ...@@ -4,7 +4,7 @@ function c32339440.initial_effect(c)
--to hand --to hand
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(32339440,0)) e1:SetDescription(aux.Stringid(32339440,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH+CATEGORY_HANDES)
e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCode(EVENT_PHASE+PHASE_END) e1:SetCode(EVENT_PHASE+PHASE_END)
......
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