I think the property "isValid" is handled wrong. I defined a variable "this.target" in the debug console. It was a cargo item. Then I shot it away. When I now call for the variable I only get back "[object Ship]". I can use this string to check if an entity still exists. That works well, but the official way was to use the method: "valid()". However, when used with 1.72 I get the message it is deprecated and I should use the property "isValid". But when an entity dies, this property is also cleared. I think it was mend that this property is set to false after clearing all properties.