Get docking AI to process the NO_STATION_FOUND message. This avoids situations where ships get stuck in the AWAIT_COORDS state, if a station to receive coordinates from cannot be found.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2211 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
0106b5257f
commit
3af308599d
@ -14,6 +14,7 @@
|
||||
"TRY_AGAIN_LATER" = ("pauseAI: 30.0", "setStateTo: ABORT");
|
||||
"COLLISION" = ("setStateTo: ABORT");
|
||||
"RESTART_DOCKING" = ("setStateTo: GLOBAL");
|
||||
"NO_STATION_FOUND" = ("setStateTo: EXIT_SYSTEM");
|
||||
DOCKED = ("setStateTo: EXIT_SYSTEM");
|
||||
UPDATE = ("pauseAI: 2");
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user