1
0
forked from 0ad/0ad

Cavalry vision range 92 m -> 80 m.

Patch by: @real_tabasco_sauce
Differential revision: https://code.wildfiregames.com/D4744
Comments by: @asterix, @borg-, @breakfastburrito_007, @chrstgtr,
@marder, @wowgetoffyourcellphone

This was SVN commit r27036.
This commit is contained in:
Freagarach 2022-08-08 07:23:00 +00:00
parent 96d33e02e4
commit f843cf726d
2 changed files with 2 additions and 2 deletions

View File

@ -103,6 +103,6 @@
<RunMultiplier>1.4</RunMultiplier>
</UnitMotion>
<Vision>
<Range>92</Range>
<Range>80</Range>
</Vision>
</Entity>

View File

@ -60,6 +60,6 @@
<RunMultiplier>1.4</RunMultiplier>
</UnitMotion>
<Vision>
<Range>96</Range>
<Range>80</Range>
</Vision>
</Entity>