File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -968,11 +968,12 @@ EFFECT_SUPREME_CASTLE = 72043279
968968EFFECT_SYNSUB_NORDIC = 61777313
969969EFFECT_WITCHCRAFTER_REPLACE = 83289866
970970-- Flags for Card.RegisterEffect
971- REGISTER_FLAG_DETACH_XMAT = 1
972- REGISTER_FLAG_CARDIAN = 2
973- REGISTER_FLAG_THUNDRA = 4
974- REGISTER_FLAG_ALLURE_LVUP = 8
975- REGISTER_FLAG_TELLAR = 16
971+ REGISTER_FLAG_DETACH_XMAT = 1
972+ REGISTER_FLAG_CARDIAN = 2
973+ REGISTER_FLAG_THUNDRA = 4
974+ REGISTER_FLAG_ALLURE_LVUP = 8
975+ REGISTER_FLAG_TELLAR = 16
976+ REGISTER_FLAG_DRAGON_RULER = 32
976977-- Flags for the various filters in the fusion procedure
977978FUSPROC_NOTFUSION = 0x100
978979FUSPROC_CONTACTFUS = 0x200
Original file line number Diff line number Diff line change @@ -1000,6 +1000,7 @@ Card.RegisterEffect=(function()
10001000 if val == 4 then return 12081875 end -- access to Thunder Dragon effects that activate by discarding
10011001 if val == 8 then return 511310036 end -- access to Allure Queen effects that activate by sending themselves to GY
10021002 if val == 16 then return 58858807 end -- access to tellarknights/constellar effects that activate when Normal Summoned
1003+ if val == 32 then return 101208047 end -- access to Dragon Ruler effects that activate by discarding
10031004 return nil
10041005 end
10051006 return function (c ,e ,forced ,...)
You can’t perform that action at this time.
0 commit comments