Skip to content

Commit bc79b88

Browse files
authored
Remove some unused/commented lines of code
1 parent 8bfd951 commit bc79b88

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

skill/c300308012.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ end
88
s.listed_names={83965310} --"Destiny HERO - Plasma"
99
function s.flipcon(e)
1010
local tp=e:GetHandlerPlayer()
11-
return aux.CanActivateSkill(tp) and not Duel.HasFlagEffect(tp,id)
12-
and Duel.GetLocationCount(tp,LOCATION_SZONE)>0
11+
return aux.CanActivateSkill(tp) and not Duel.HasFlagEffect(tp,id) and Duel.GetLocationCount(tp,LOCATION_SZONE)>0
1312
end
1413
function s.flipop(e,tp,eg,ep,ev,re,r,rp)
1514
local c=e:GetHandler()
16-
-- Duel.Hint(HINT_SKILL_FLIP,tp,id|1<<32)
17-
-- Duel.Hint(HINT_CARD,tp,id)
1815
Duel.MoveToField(c,tp,tp,LOCATION_SZONE,POS_FACEDOWN,true)
1916
Duel.Hint(HINT_SKILL_REMOVE,tp,c:GetOriginalCode())
2017
Duel.RegisterFlagEffect(tp,id,0,0,0)

0 commit comments

Comments
 (0)