Skip to content

Commit

Permalink
treasure lidar is even fixed more
Browse files Browse the repository at this point in the history
  • Loading branch information
prhvmm committed Sep 4, 2023
1 parent 60b7737 commit df6292d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bebras/2022/2022-FR-03_treasure_lidar/index_fa.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
distance: function(sign, direction) {
var strSign = "فاصله درست است";
if (sign > 0) {
strSign = "گنج از\nدورتر است";
strSign = "گنج دورتر از";
} else if (sign < 0) {
strSign = "گنج به\nنزدیک‌تر است";
strSign = "گنج نزدیک‌تر به";
}
var strDirections = ["جنگل", "دریا", "صخره‌ها"];
var strDirections = ["جنگل است", "دریا است", "صخره‌ها است"];
return strSign + "\n" + strDirections[direction];
}
};
Expand Down

0 comments on commit df6292d

Please sign in to comment.