TS Service Depot: allow sell unit when repairing.#21072
Conversation
|
Wasn't this a bug in the original? I know we intentionally don't allow this in RA. |
|
It is not a bug, there is a voice line for it as |
|
Should be all fixed and done |
| public readonly int AfterDockDuration = 0; | ||
|
|
||
| [Desc("Host actor type(s) leading to the condition being granted. Leave empty for allowing all hosts by default.")] | ||
| public readonly HashSet<string> DockHostNames = null; |
There was a problem hiding this comment.
These should be DockTypes instead, though they aren't exposed to the notify interface at the moment. See for example the to be replaced interface INotifyResupply
There was a problem hiding this comment.
Could we perhaps just exclude this from the trait for now?
There was a problem hiding this comment.
It is not ok on excluding, I am afraid. Excluding this option will cause aircraft can be sold on helipad, while helipad can be sold as well.
There was a problem hiding this comment.
It is better that we can get the DockType exposed.
PunkPun
left a comment
There was a problem hiding this comment.
Ok DockHostNames is fine for now but it will need to be replaced before next release. This field won't be getting an update rule
Small function from original TS.