Even more normalize credit comments

This commit is contained in:
ronancpl
2019-06-17 22:55:02 -03:00
parent 7be66bb39d
commit 78c660d5c0
160 changed files with 205 additions and 198 deletions

View File

@@ -50,7 +50,7 @@ public class GameConstants {
return(EXP_RATE_GAIN[slot]);
}
// used by the "goto" command for players
// "goto" command for players
public static final HashMap<String, Integer> GOTO_TOWNS = new HashMap<String, Integer>() {{
put("southperry", 60000);
put("amherst", 1000000);
@@ -90,7 +90,7 @@ public class GameConstants {
put("mushking", 106020000);
}};
// used by the "goto" command for only-GMs
// "goto" command for only-GMs
public static final HashMap<String, Integer> GOTO_AREAS = new HashMap<String, Integer>() {{
put("gmmap", 180000000);
put("excavation", 990000000);