File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function s.initial_effect(c)
1414 e0 :SetRange (LOCATION_EXTRA )
1515 e0 :SetTargetRange (LOCATION_MZONE ,LOCATION_MZONE )
1616 e0 :SetTarget (function (e ,c ) return c :IsLink (1 ) end )
17- e0 :SetValue (function (e ,sc ) return sc :IsSetCard (SET_YUMMY ) and 1 or 0 end )
17+ e0 :SetValue (function (e ,sc ) return sc :IsSetCard (SET_YUMMY ) and 1 or - 1 end )
1818 c :RegisterEffect (e0 )
1919 -- Add 2 "Yummy" monsters from your Deck to your hand, then discard 1 card
2020 local e1 = Effect .CreateEffect (c )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function s.initial_effect(c)
1414 e0 :SetRange (LOCATION_EXTRA )
1515 e0 :SetTargetRange (LOCATION_MZONE ,LOCATION_MZONE )
1616 e0 :SetTarget (function (e ,c ) return c :IsLink (1 ) end )
17- e0 :SetValue (function (e ,sc ) return sc :IsSetCard (SET_YUMMY ) and 1 or 0 end )
17+ e0 :SetValue (function (e ,sc ) return sc :IsSetCard (SET_YUMMY ) and 1 or - 1 end )
1818 c :RegisterEffect (e0 )
1919 -- Change up to 2 face-up monsters to face-down Defense Position
2020 local e1 = Effect .CreateEffect (c )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function s.initial_effect(c)
1414 e0 :SetRange (LOCATION_EXTRA )
1515 e0 :SetTargetRange (LOCATION_MZONE ,LOCATION_MZONE )
1616 e0 :SetTarget (function (e ,c ) return c :IsLink (1 ) end )
17- e0 :SetValue (function (e ,sc ) return sc :IsSetCard (SET_YUMMY ) and 1 or 0 end )
17+ e0 :SetValue (function (e ,sc ) return sc :IsSetCard (SET_YUMMY ) and 1 or - 1 end )
1818 c :RegisterEffect (e0 )
1919 -- Special Summon 2 "Yummy" monsters from GY but negate their effects
2020 local e1 = Effect .CreateEffect (c )
You can’t perform that action at this time.
0 commit comments