mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
fixed out-of-town actions failing if an item is in the way
This commit is contained in:
parent
658b56b3e3
commit
0dbb3ced9c
1 changed files with 3 additions and 0 deletions
|
@ -25,3 +25,6 @@ The following issues are known bugs in the game and will be fixed in a future up
|
||||||
|
|
||||||
### A required object is said to be unavailable
|
### A required object is said to be unavailable
|
||||||
Sometimes an action is grayed out and its tooltip displays this reason, even though a required object is available. This issue occurs when the selected Tiny is too far away from the objects. You can fix this issue by telling the Tiny to "Go Here" first.
|
Sometimes an action is grayed out and its tooltip displays this reason, even though a required object is available. This issue occurs when the selected Tiny is too far away from the objects. You can fix this issue by telling the Tiny to "Go Here" first.
|
||||||
|
|
||||||
|
### An out-of-town action (like going to work) fails immediately
|
||||||
|
It turns out that this happens when someone leaves an item right on the world border that your Tiny is trying to exit the world at. You can solve this either by having your Tiny "Go Here" to another world border before selecting the out-of-town action again, or you can pick up the blocking item and put it down elsewhere.
|
||||||
|
|
Loading…
Reference in a new issue