From b1016f66ba199966d7f1487a51113329b0ca786d Mon Sep 17 00:00:00 2001 From: zuu Date: Sun, 10 Feb 2013 19:49:04 +0000 Subject: (svn r24986) -Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over. --- src/script/api/script_cargomonitor.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/script/api/script_cargomonitor.hpp') diff --git a/src/script/api/script_cargomonitor.hpp b/src/script/api/script_cargomonitor.hpp index aa06a8f4a..f0fa56be9 100644 --- a/src/script/api/script_cargomonitor.hpp +++ b/src/script/api/script_cargomonitor.hpp @@ -37,7 +37,8 @@ * The latter get added at the moment the cargo is delivered. This prevents users from getting credit for * picking up cargo without delivering it. * - * The active monitors are saved and loaded. You can reset to the empty state with #StopAllMonitoring. + * The active monitors are saved and loaded. Upon bankruptcy or company takeover, the cargo monitors are + * automatically stopped for that company. You can reset to the empty state with #StopAllMonitoring. * * @api game */ -- cgit v1.2.3-54-g00ecf