From e8ba82bcb0f9307d520efd0f9f2f62b77d22345c Mon Sep 17 00:00:00 2001 From: Shaheed Azaad Date: Mon, 2 Mar 2026 19:17:59 +0100 Subject: [PATCH] fixed order --- index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.js b/index.js index 991774e..8559189 100644 --- a/index.js +++ b/index.js @@ -75,20 +75,20 @@ switch (COND) { probe_order = 'die_first'; break; case 2: - probe_condition = 'difficulty'; - probe_order = 'die_first'; + probe_condition = 'die'; + probe_order = 'difficulty_first'; break; case 3: + probe_condition = 'die'; + probe_order = 'difficulty_first'; + break; + case 4: probe_condition = 'difficulty'; probe_order = 'die_first'; break; - case 4: - probe_condition = 'die'; - probe_order = 'difficulty_first'; - break; case 5: - probe_condition = 'die'; - probe_order = 'difficulty_first'; + probe_condition = 'difficulty'; + probe_order = 'die_first'; break; case 6: probe_condition = 'difficulty';