Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
  • Sign in / Register
Y
ygopro-scripts-888
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 4
    • Merge Requests 4
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Packages
    • Packages
    • List
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issues
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • MyCard
  • ygopro-scripts-888
  • Merge Requests
  • !78

Open
Opened Dec 28, 2025 by Vury Leo@vuryleo
  • Report abuse
Report abuse

Fix merge event

  • Overview 0
  • Commits 9
  • Changes 1

test scenario:

  1. activate 世海龍ジーランティス, SS everything face up.

    Nothing should should be triggered.

  2. activate 死者蘇生 to SS CX ギミック・パペット-ファナティクス・マキナ, then activate ギミック・パペット-ファンタジクス・マキナ to SS it on opponent's field

    CX ギミック・パペット-ファナティクス・マキナ should should be triggered.

  3. activate 浅すぎた墓穴 to SS both CX ギミック・パペット-ファナティクス・マキナ

    Nothing should should be triggered.

  4. Activate 悲劇のデスピアン's effect, banishing itself and set 復烙印 to field, then activate the 復烙印.

    The 復烙印 should not be triggered.

  5. Activate RUM-ソウル・シェイブ・フォース and special summon クシャトリラ・アライズハート.

    The クシャトリラ・アライズハート should be triggered.

--[[message TEST]]
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_TEST_MODE)
Debug.SetPlayerInfo(0,80000,0,0)
Debug.SetPlayerInfo(1,80000,0,0)

Debug.AddCard(23581825,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(83764718,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(9622164,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(8379983,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(53129443,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(43434803,0,0,LOCATION_HAND,0,POS_FACEDOWN)

Debug.AddCard(100253001,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK,true)
Debug.AddCard(45112597,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK,true)
Debug.AddCard(47710198,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK,true)
Debug.AddCard(100253001,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true)

Debug.AddCard(62867251,0,0,LOCATION_SZONE,0,POS_FACEUP)

Debug.AddCard(15092394,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK,true)
Debug.AddCard(36577931,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK)
Debug.AddCard(34090915,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK)
Debug.AddCard(3685372,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK,true)
Debug.AddCard(76290637,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK,true)
Debug.AddCard(33760966,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK,true)
Debug.AddCard(8379983,0,0,LOCATION_REMOVED,0,POS_FACEUP_ATTACK,true)

Debug.AddCard(3685372,1,1,LOCATION_GRAVE,0,POS_FACEUP_ATTACK,true)

Debug.AddCard(48626373,0,0,LOCATION_EXTRA,2,POS_FACEDOWN,true)

Debug.ReloadFieldEnd()
Edited Dec 28, 2025 by Vury Leo

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b "fix-merge-event" "origin/fix-merge-event"

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/master"
git merge --no-ff "fix-merge-event"

Step 4. Push the result of the merge to GitLab

git push origin "master"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: mycard/ygopro-scripts-888!78