Skip to content

Commit ce7dc27

Browse files
committed
"Setting Sun" fix
Fixed a bug in which it would be unable to detect "Helios" cards Also includes a fix for some of the latest functions in c420.lua
1 parent 6efb8ac commit ce7dc27

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

skill/c300306014.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--Setting Sun
22
--Scripted by The Razgriz
3+
Duel.LoadScript("c420.lua")
34
local s,id=GetID()
45
function s.initial_effect(c)
56
--Activate

unofficial/c420.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,10 +1099,10 @@ if not AnimeArchetype then
10991099
--Helios (Archetype)
11001100
--Helios - The Primordial Sun/Helios Duo Megistus/Helios Trice Megistus
11011101
--Heliosphere Dragon/Elemental HERO Heliosphere
1102-
Card.IsHelios=MakeCheck({54493213,80887952,17286057,51043053,160214029})
1102+
Card.IsHelios=MakeCheck(nil,{54493213,80887952,17286057,51043053,160214029})
11031103

11041104
--Kangaroo (Archetype)
11051105
--Des Kangaroo/Kangaroo Champ
11061106
--Junk Robot Teapot Kangaroo
1107-
Card.IsKangaroo=MakeCheck({78613627,95789089,511001684})
1107+
Card.IsKangaroo=MakeCheck(nil,{78613627,95789089,511001684})
11081108
end

0 commit comments

Comments
 (0)