File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1000,12 +1000,12 @@ end
10001000Card .RegisterEffect = (function ()
10011001 local oldf = Card .RegisterEffect
10021002 local function map_to_effect_code (val )
1003- if val == 1 then return 511002571 end -- access to effects that activate that detach an Xyz Material as cost
1003+ if val == 1 then return 511002571 end -- access to effects that activate that detach an Xyz Material as cost
10041004 if val == 2 then return 511001692 end -- access to Cardian Summoning conditions/effects
10051005 if val == 4 then return 12081875 end -- access to Thunder Dragon effects that activate by discarding
1006- if val == 8 then return 511310036 end -- access to Allure Queen effects that activate by sending themselves to GY
1006+ if val == 8 then return 511310036 end -- access to Allure Queen effects that activate by sending themselves to GY
10071007 if val == 16 then return 58858807 end -- access to tellarknights/constellar effects that activate when Normal Summoned
1008- if val == 32 then return 101208047 end -- access to Dragon Ruler effects that activate by discarding
1008+ if val == 32 then return 4965193 end -- access to Dragon Ruler effects that activate by discarding
10091009 return nil
10101010 end
10111011 return function (c ,e ,forced ,...)
You can’t perform that action at this time.
0 commit comments