1
0
forked from 0ad/0ad

[Gameplay] Fix apartment and academy loot

Patch by: @borg-
Differential Revision: https://code.wildfiregames.com/D5191
This was SVN commit r27949.
This commit is contained in:
wowgetoffyourcellphone 2023-11-21 17:24:14 +00:00
parent 1e3f11ff6d
commit a2e7e4a08c
2 changed files with 6 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<Icon>structures/apartment.png</Icon>
</Identity>
<Loot>
<wood op="add">10</wood>
<wood op="add">5</wood>
<stone op="add">10</stone>
</Loot>
<Obstruction>

View File

@ -34,6 +34,11 @@
<Techs datatype="tokens">-phase_village phase_city</Techs>
</Requirements>
</Identity>
<Loot>
<wood>0</wood>
<stone>60</stone>
<metal>60</metal>
</Loot>
<Obstruction>
<Static depth="22.0" width="22.0"/>
</Obstruction>