Skip to content

Commit dd897d0

Browse files
authored
Update "Noah's Arc"
Fix spacing/incorrect descriptor
1 parent ac61131 commit dd897d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

skill/c300309020.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ function s.flipop(e,tp,eg,ep,ev,re,r,rp)
5151
--Register monsters Normal Summoned on your turn
5252
aux.GlobalCheck(s,function()
5353
s[0]={} --previous
54-
s[1]={} --current
55-
local ge1=Effect.CreateEffect(c)
56-
ge1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
54+
s[1]={} --current
55+
local ge1=Effect.CreateEffect(c)
56+
ge1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
5757
ge1:SetCode(EVENT_SUMMON_SUCCESS)
5858
ge1:SetOperation(s.checkop)
5959
Duel.RegisterEffect(ge1,0)
@@ -115,7 +115,7 @@ function s.spirittohandop(e,tp,eg,ep,ev,re,r,rp)
115115
--Skill Activation
116116
Duel.Hint(HINT_SKILL_FLIP,tp,id|(1<<32))
117117
Duel.Hint(HINT_CARD,tp,id)
118-
--Add 1 "Shinato, King of a Higher Plane" or "Shinato's Ark" from your Deck to your hand
118+
--Add 1 Spirit monster from your GY to your hand if you control a Level 5 or higher Spirit monster or "Shinato, King of a Higher Plane"
119119
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
120120
local g=Duel.SelectMatchingCard(tp,s.spirittohandfilter,tp,LOCATION_GRAVE,0,1,1,nil)
121121
if #g>0 then

0 commit comments

Comments
 (0)