1
0
forked from 0ad/0ad

Make slaughter actually kill animals in one strike.

Changed in 37d3adcf23, presumably erroneous given a relevant IRC log
(2012-12-02), and in daf572eb43.

Refs. D193.

Differential revision: D3233
Reviewed by: @Nescio
This was SVN commit r24443.
This commit is contained in:
Freagarach 2020-12-24 06:35:33 +00:00
parent 19762acf03
commit 3d61c227f3
3 changed files with 3 additions and 9 deletions

View File

@ -11,9 +11,7 @@
<Slaughter>
<AttackName>Slaughter</AttackName>
<Damage>
<Hack>100.0</Hack>
<Pierce>0.0</Pierce>
<Crush>0.0</Crush>
<Hack>1000</Hack>
</Damage>
<MaxRange>2</MaxRange>
</Slaughter>

View File

@ -11,9 +11,7 @@
<Slaughter>
<AttackName>Slaughter</AttackName>
<Damage>
<Hack>50.0</Hack>
<Pierce>0.0</Pierce>
<Crush>0.0</Crush>
<Hack>1000</Hack>
</Damage>
<MaxRange>2</MaxRange>
</Slaughter>

View File

@ -15,9 +15,7 @@
<Slaughter>
<AttackName>Slaughter</AttackName>
<Damage>
<Hack>25.0</Hack>
<Pierce>0.0</Pierce>
<Crush>0.0</Crush>
<Hack>1000</Hack>
</Damage>
<MaxRange>2</MaxRange>
</Slaughter>