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

Fix copy pasta.

parent ef8cffbd
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -383,7 +383,7 @@ menu('`r0`c `r1 `%LORD II: CONFIGURE JS `r0', true, [
dk.console.gotoxy(tmp.x + 32, tmp.y + 4);
map.refsection = dk.console.getstr({edit:map.refsection, crlf:false, input_box:true, attr:new Attribute(95), sel_attr:new Attribute(112), len:12});
dk.console.gotoxy(tmp.x + 32, tmp.y + 4);
lw(space_pad('`r1`%'+map.reffile, 12));
lw(space_pad('`r1`%'+map.refsection, 12));
dk.console.gotoxy(tmp.x + 40, tmp.y + 5);
map.battleodds = parseInt(dk.console.getstr({edit:map.battleodds, crlf:false, input_box:true, attr:new Attribute(95), sel_attr:new Attribute(112), len:10, integer:true, min:0, max:2147483647}), 10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment