mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 08:11:18 +00:00
Fixed the resource type (wood -> wood.tree)
This was SVN commit r7780.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</Identity>
|
||||
<ResourceSupply>
|
||||
<Amount>50</Amount>
|
||||
<Type>wood</Type>
|
||||
<Type>wood.tree</Type>
|
||||
</ResourceSupply>
|
||||
<VisualActor>
|
||||
<Actor>props/flora/bush_tempe_a.xml</Actor>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</Identity>
|
||||
<ResourceSupply>
|
||||
<Amount>300</Amount>
|
||||
<Type>wood</Type>
|
||||
<Type>wood.tree</Type>
|
||||
</ResourceSupply>
|
||||
<VisualActor>
|
||||
<Actor>flora/trees/baobab.xml</Actor>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
</Identity>
|
||||
<ResourceSupply>
|
||||
<Amount>200</Amount>
|
||||
<Type>wood</Type>
|
||||
<Type>wood.tree</Type>
|
||||
</ResourceSupply>
|
||||
<VisualActor>
|
||||
<Actor>flora/trees/oak_large.xml</Actor>
|
||||
|
||||
Reference in New Issue
Block a user