Skip to content

Fix Murakumo Case - #239

Merged
mercury233 merged 2 commits into
IceYGO:masterfrom
DaruKani:Bug-Fix
Jul 29, 2026
Merged

Fix Murakumo Case#239
mercury233 merged 2 commits into
IceYGO:masterfrom
DaruKani:Bug-Fix

Conversation

@DaruKani

Copy link
Copy Markdown
Contributor

Update multiple bots to properly discard cards when resolving Murakumo’s effect.

Thanks to foohyfooh for your feedback

Thanks to foohyfooh for your feedback
@foohyfooh

Copy link
Copy Markdown
Contributor

Thanks for this.

Comment thread Game/AI/Decks/ArchfiendExecutor.cs Outdated
CardId.AmeNoMurakumoNoMitsurugi,
3));

int negateIndex = options.IndexOf(

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

it uses Duel.SelectYesNo(1-tp,aux.Stringid(id,3)), not select option between stringid 3 and 4
https://github.com/Fluorohydride/ygopro-scripts/blob/b605741f9bcf114bdc9087e264de2130736e27e0/c19899073.lua#L57

public override IList<ClientCard> OnSelectCard(IList<ClientCard> cards, int min, int max, int hint, bool cancelable)
{
ChainInfo currentChain = Duel.GetCurrentSolvingChainInfo();
if (currentChain == null)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

but you use if (currentChain != null afterward

@DaruKani
DaruKani requested a review from mercury233 July 29, 2026 01:34
Fix Murakumo discard handling
@mercury233
mercury233 merged commit ba399ac into IceYGO:master Jul 29, 2026
1 check passed
@DaruKani
DaruKani deleted the Bug-Fix branch July 29, 2026 15:04
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.

3 participants