1
0
forked from 0ad/0ad

[Fix] Typo in Cataphract mixin caused Loot to be placed incorrectly in the template

Reported by: @gameboy
Here:
https://wildfiregames.com/forum/topic/109371-a-cheat-code-caused-the-problem/

This was SVN commit r27968.
This commit is contained in:
wowgetoffyourcellphone 2023-12-03 18:26:02 +00:00
parent b6776c1801
commit deebde3e0d

View File

@ -14,6 +14,9 @@
<GenericName>Cataphract Cavalry</GenericName>
<VisibleClasses datatype="tokens">Cataphract</VisibleClasses>
</Identity>
<Loot>
<metal op="add">1</metal>
</Loot>
<Position>
<TurnRate op="mul">0.8</TurnRate>
</Position>
@ -25,9 +28,6 @@
<Crush op="add">1</Crush>
</Damage>
</Entity>
<Loot>
<metal op="add">1</metal>
</Loot>
</Resistance>
<UnitMotion>
<WalkSpeed op="mul">0.95</WalkSpeed>