Skip to content
Snippets Groups Projects
Commit 97a7278c authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Call replace_svars() for @choice options as well.

Fixes issue in healers huts.
parent 67c4ed07
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -723,7 +723,7 @@ function run_ref(sec, fname) ...@@ -723,7 +723,7 @@ function run_ref(sec, fname)
} }
} }
} while (m != null); } while (m != null);
choices.push(l); choices.push(replace_svars(l));
cmap.push(i); cmap.push(i);
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment