Skip to content

Commit

Permalink
Updated difficulty list for newer maps
Browse files Browse the repository at this point in the history
  • Loading branch information
atrX committed Jun 21, 2018
1 parent 9486482 commit 73c5161
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion surf/_difficulty.gsc
Expand Up @@ -28,13 +28,16 @@ getDifficulty( mapname ) {
case "mp_surf_cyber":
case "mp_surf_kitsune":
case "mp_surf_mesa":
case "mp_surf_deepdown":
case "mp_surf_gloaming":
return "easy";

case "mp_surf_airarena":
case "mp_surf_neonrider":
case "mp_surf_aweles":
return "intermediate";

case "some_hard_map":
case "mp_surf_omnific":
return "hard";

default:
Expand Down

0 comments on commit 73c5161

Please sign in to comment.