Commit 58ea7c3f authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Fiendish Rhino Warrior (#1850)

parent 072e57d1
......@@ -15,7 +15,7 @@ function c81035362.initial_effect(c)
--to grave
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(81035362,0))
e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e3:SetCategory(CATEGORY_TOGRAVE+CATEGORY_DECKDES)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_DELAY)
e3:SetCode(EVENT_TO_GRAVE)
......
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