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:
Nikos Barkas 2009-06-17 17:23:40 +00:00
parent 0106b5257f
commit 3af308599d

View File

@ -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");
};