From 8ce62e7ec28f27d32229b270110e0b2f9cc1d484 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 21 Jun 2023 05:03:13 +0000 Subject: [PATCH] triggers build: raidboss: fix p10s jade passage wrong output (#5591) Just played p10s in games, and it seems the result is opposite, still need someone to take further testing. 6bec90a0fa65f49a9ee05051c045eaa05115aed1 --- 06-ew/raid/p10s.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-ew/raid/p10s.js b/06-ew/raid/p10s.js index 255b4e31a7..40de153c9c 100644 --- a/06-ew/raid/p10s.js +++ b/06-ew/raid/p10s.js @@ -550,7 +550,7 @@ Options.Triggers.push({ suppressSeconds: 5, infoText: (_data, matches, output) => { const y = parseInt(matches.y); - return (Math.floor(y / 2) % 2 === 1) ? output.boxes() : output.lines(); + return (Math.floor(y / 2) % 2 === 1) ? output.lines() : output.boxes(); }, outputStrings: { lines: {