mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Increase Max Gatherers for 'Small' Ruins
The maximum number of gathers is 1 for small ruins, I change it to 5. It is the issue 8599.
This commit is contained in:
parent
60f9737cfb
commit
161da119ba
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<KillBeforeGather>false</KillBeforeGather>
|
||||
<Max>500</Max>
|
||||
<Type>stone.ruins</Type>
|
||||
<MaxGatherers>1</MaxGatherers>
|
||||
<MaxGatherers>5</MaxGatherers>
|
||||
</ResourceSupply>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
|
|
|
|||
Loading…
Reference in a new issue