mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Add tip about lost resources when gathering
Illustration by: Vantha Feedback by: Vantha, Langbart Fixes #7652.
This commit is contained in:
parent
3db465587f
commit
3c457457cd
3 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c242605847a05a66e88aabb384e95cab27d0dd730d3106c6fe503984c4140c4e
|
||||||
|
size 436440
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
LOST RESOURCES
|
||||||
|
Workers cannot carry more than one type of resource at once:
|
||||||
|
Order them to drop off their current resources at a dropsite before sending them to a new one.
|
||||||
|
|
@ -392,6 +392,12 @@
|
||||||
"persian_architecture.png"
|
"persian_architecture.png"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"textFile": "resource_lost.txt",
|
||||||
|
"imageFiles": [
|
||||||
|
"resource_lost.png"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"textFile": "select_wounded_units.txt",
|
"textFile": "select_wounded_units.txt",
|
||||||
"imageFiles": [
|
"imageFiles": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue