Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 闪刀 #1240

Merged
merged 8 commits into from
Jan 20, 2024
Merged

Conversation

zengsxing
Copy link
Contributor

No description provided.

@@ -0,0 +1,104 @@
--陀螺

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

未来の柱ーキアノス

修复在额外以外的区域仍然只能连接召唤的Bug
修复可以拉里侧除外露世的Bug
return not c:IsRace(RACE_MACHINE) and c:IsLocation(LOCATION_EXTRA)
end
function s.thfilter(c,e,tp)
return c:IsCode(37351133) and (c:IsAbleToHand() or c:IsCanBeSpecialSummoned(e,0,tp,false,false))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return c:IsCode(37351133) and (c:IsAbleToHand() or c:IsCanBeSpecialSummoned(e,0,tp,false,false))
return c:IsCode(37351133) and c:IsFaceup() and (c:IsAbleToHand() or c:IsCanBeSpecialSummoned(e,0,tp,false,false))

之前改错位置了,不好意思
function s.thop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(s.thfilter),tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,1,nil,e,tp):GetFirst()
if tc then
if not tc:IsCanBeSpecialSummoned(e,0,tp,false,false) or Duel.SelectOption(tp,aux.Stringid(id,3),aux.Stringid(id,4))==0 then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to use:
Duel.SelectOption(tp,1190,1152)==0

修复3效果不能被露莎卡人鱼对应的bug
@mercury233 mercury233 merged commit 29e0d75 into Fluorohydride:master Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants