From 4897ec2a077c88ab739c739d7d4dca9f93f671a6 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 7 Mar 2020 07:38:52 +0000 Subject: [PATCH] Fix Pinching Real Hard... could not be selected. Reported by belthesar... thanks! --- xtrn/lord/lord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtrn/lord/lord.js b/xtrn/lord/lord.js index 73cc99762d..5c86b40e23 100644 --- a/xtrn/lord/lord.js +++ b/xtrn/lord/lord.js @@ -7098,7 +7098,7 @@ function use_mystical_skill(op, pfight) } sln(''); lln(' `5(`#P`5)inch Real Hard `5(`%1`5)'); - valid = ''; + valid = 'P'; if (player.levelm > 3 && player.skillm > 3) { lln(' `5(`#D`5)isappear `5(`%4`5)'); valid += 'D'; -- GitLab