Skip to content
Snippets Groups Projects
Commit afd9db56 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix new ReferenceError("round is not defined")

parent 52b959c8
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -2902,7 +2902,7 @@ function climb() {
break;
case 6:
reward = Math,round(player.exp / 10);
reward = Math.round(player.exp / 10);
player.hp += reward;
lln(' YOU GRABBED AN EMPTY POUCH!');
more_nomail();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment