Fix ライゼオル・ホールスラスター
①更正提示语 ②修复常规超量召唤异常的问题
遗留问题 Duel.XyzSummon(tp,tg:GetFirst(),sg)似乎无法直接将整个sg作为超量素材进行超量召唤,该步骤中玩家仍需手动选择超量召唤素材。 具体表现 使用该卡②效果进行超量召唤时,玩家实际需要选择2次超量召唤素材。首次为选择包含沸石怪兽的素材组A,其次为A的全部卡片。
①更正提示语 ②修复常规超量召唤异常的问题
遗留问题 Duel.XyzSummon(tp,tg:GetFirst(),sg)似乎无法直接将整个sg作为超量素材进行超量召唤,该步骤中玩家仍需手动选择超量召唤素材。 具体表现 使用该卡②效果进行超量召唤时,玩家实际需要选择2次超量召唤素材。首次为选择包含沸石怪兽的素材组A,其次为A的全部卡片。
Step 1. Fetch and check out the branch for this merge request
git fetch "https://code.moenext.com/1964089609/pre-release-database-cdb.git" "master" git checkout -b "1964089609/pre-release-database-cdb-master" FETCH_HEAD
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 "1964089609/pre-release-database-cdb-master"
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.