From cf248ff41ac3510e608804937b0a05d4d4ffc758 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sat, 11 Jun 2022 13:30:09 +0200 Subject: [PATCH] replace 'target' with 'destination' in rules. Thanks @rien! --- web/pw-server/src/lib/components/RulesView.svelte | 4 ++-- 1 file 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 @@

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.