1
0
forked from 0ad/0ad

Fixed a bug in the XML (charge action should be in actions.attack.charge).

This was SVN commit r4739.
This commit is contained in:
Matei 2007-01-05 21:40:04 +00:00
parent 5aba6861ae
commit 667ae032ef
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@
</Traits>
<Actions>
<Attack>
<Charge>
<Damage>20.0</Damage>
<Crush>0.0</Crush>
@ -42,7 +42,7 @@
<Range>2.0</Range>
<Speed>2500</Speed>
</Charge>
</Attack>
</Actions>
</Entity>

View File

@ -21,7 +21,7 @@
</Traits>
<Actions>
<Attack>
<Charge>
<Damage>20.0</Damage>
<Crush>0.0</Crush>
@ -30,7 +30,7 @@
<Range>2.0</Range>
<Speed>1500</Speed>
</Charge>
</Attack>
</Actions>
</Entity>