add "opponent" flag in condition spell (bug 940362)
This commit is contained in:
parent
2501689a4c
commit
2c71c3679f
1 changed files with 5 additions and 2 deletions
|
@ -267,8 +267,11 @@ Here are the supported parameters:<p>
|
|||
</dd>
|
||||
<dt>"alliance", "true" or "false" or "only"</dt>
|
||||
<dd>This is a bool parameter too, just like building. I specifies the behaviour
|
||||
for allied units. Your own units are considered allied too. For instance you
|
||||
should only cast healing on your own units.
|
||||
for allied units. Your own units are considered allied too.
|
||||
</dd>
|
||||
<dt>"opponent", "true" or "false" or "only"</dt>
|
||||
<dd>This is a bool parameter too, just like building. I specifies the behaviour
|
||||
for opponent units. Neutral units are neither allied unit nor opponent units.
|
||||
</dd>
|
||||
<dt>"self", "true" or "false" or "only"</dt>
|
||||
<dd>This is a bool parameter too, just like building. I it a bit more special,
|
||||
|
|
Loading…
Reference in a new issue