replace 'target' with 'destination' in rules. Thanks @rien!

This commit is contained in:
Ilion Beyst 2022-06-11 13:30:09 +02:00
parent b2bfe988b4
commit cf248ff41a

View file

@ -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>