replace 'target' with 'destination' in rules. Thanks @rien!
This commit is contained in:
parent
b2bfe988b4
commit
cf248ff41a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue