Skip to content

Commit e1a4db9

Browse files
authored
minor change to template
1 parent 04a5054 commit e1a4db9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Edo-Autoscript.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
i += 1
1313
script = open(filename,"w+")
1414
script.write('''--<Card Name>
15+
--<Card Name>
1516
--Edo Autoscript written by Zefile#5500
1617
local s,id = GetID()
1718
function s.initial_effect(c)
@@ -20,6 +21,7 @@
2021
e1:SetCode(<edit setcode>)
2122
<expand effect>
2223
c:RegisterEffect(e1)
24+
<expand initial>
2325
end
2426
<add condition>
2527
<add target>

0 commit comments

Comments
 (0)