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

Fix new ReferenceError("round is not defined")

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