aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/lib/components/RulesView.svelte
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-06-11 13:30:09 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-06-11 13:30:09 +0200
commitcf248ff41ac3510e608804937b0a05d4d4ffc758 (patch)
treee368f836f70baa40c1a33fe902752eae22c38f5d /web/pw-server/src/lib/components/RulesView.svelte
parentb2bfe988b49825733e0c867d0e8af8c8c66a60d7 (diff)
downloadplanetwars.dev-cf248ff41ac3510e608804937b0a05d4d4ffc758.tar.xz
planetwars.dev-cf248ff41ac3510e608804937b0a05d4d4ffc758.zip
replace 'target' with 'destination' in rules. Thanks @rien!
Diffstat (limited to 'web/pw-server/src/lib/components/RulesView.svelte')
-rw-r--r--web/pw-server/src/lib/components/RulesView.svelte4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/pw-server/src/lib/components/RulesView.svelte b/web/pw-server/src/lib/components/RulesView.svelte
index 360504a..92de37e 100644
--- a/web/pw-server/src/lib/components/RulesView.svelte
+++ b/web/pw-server/src/lib/components/RulesView.svelte
@@ -68,7 +68,7 @@
"moves": [
{
"origin": "your planet",
- "target": "enemy planet",
+ "destination": "enemy planet",
"ship_count": 2
}
]
@@ -82,7 +82,7 @@
<p>
The amount of turns an expedition will travel is equal to the ceiled euclidean distance
- between its origin and target planet.
+ between its origin and destination planet.
</p>
<p>