Added cell info to elevation profile and corrected some spelling

This commit is contained in:
Evolvedexperiment 2020-06-26 19:08:54 +00:00 committed by Azgaar
parent 468e553f7c
commit 60a26a8ab5
9 changed files with 31 additions and 12 deletions

View file

@ -355,7 +355,7 @@ const sourceDataForReference = {
NeedToAdd!: "Neutral means states relations are neither positive nor negative",
NeedToAdd!: "Suspicion means shate has a cautious distrust of another state",
NeedToAdd!: "Enemies are states at war with each other",
NeedToAdd!: "Relations are unknown if states do not have enought information about each other",
NeedToAdd!: "Relations are unknown if states do not have enough information about each other",
NeedToAdd!: "Rivalry is a state of competing for dominance in the region",
NeedToAdd!: "Vassal is a state having obligation to its suzerain",
NeedToAdd!: "Suzerain is a state having some control over its vassals",
@ -508,4 +508,4 @@ const sourceDataForReference = {
NeedToAdd!: "Load .map file from local disk",
NeedToAdd!: "Load .map file from URL (server should allow CORS)",
NeedToAdd!: "Load map from browser storage (if saved before)"
};
};