Improve the red orb description in the help.
Issue was found by chrber.
This commit is contained in:
parent
46eb1e052d
commit
ecfee147c1
2 changed files with 4 additions and 3 deletions
|
@ -191,7 +191,7 @@ Units not only cost gold to Recruit or Recall, they also require money to suppor
|
|||
text= _ "On top of the energy bar shown next to each unit of yours is an orb. For units you control, this orb is:" + "
|
||||
<img>src=help/orb-green.png align=here</img>" + _ " green if it hasn’t moved this turn," + "
|
||||
<img>src=help/orb-yellow.png align=here</img>" + _ " yellow if it has moved, but could still move further or attack, or" + "
|
||||
<img>src=help/orb-red.png align=here</img>" + _ " red if it has finished its turn (might still be able to move or attack)." + "
|
||||
<img>src=help/orb-red.png align=here</img>" + _ " red if it can no longer move or attack, or the user ended the unit's turn." + "
|
||||
<img>src=help/orb-blue.png align=here</img>" + _ " blue if the unit is an ally you do not control." + "
|
||||
<img>src=help/orb-none.png align=here</img>" + _ " Enemy units have no orb on top of their energy bar."
|
||||
[/topic]
|
||||
|
|
|
@ -946,8 +946,9 @@ Yellow image:images/orb-yellow.jpg["Yellow orb"] If you control the unit and \
|
|||
could still move further or \
|
||||
attack
|
||||
Red image:images/orb-red.jpg["Red orb"] If you control the unit, but \
|
||||
it has ended its turn (might \
|
||||
still be able to move or attack)
|
||||
it can no longer move or \
|
||||
attack, or the user ended \
|
||||
the unit's turn
|
||||
Blue image:images/orb-blue.jpg["Blue orb"] If the unit is an ally you \
|
||||
do not control
|
||||
- image:images/orb-none.jpg["No orb"] Enemy units have no orb on \
|
||||
|
|
Loading…
Add table
Reference in a new issue