add "opponent" flag in condition spell (bug 940362)

This commit is contained in:
jarod42 2004-05-21 15:19:27 +00:00
parent 2501689a4c
commit 2c71c3679f

View file

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