(self, mod)
| 167 | return ":".join(out) # display as 00:00:00 to vertically align across slot cols consistently |
| 168 | |
| 169 | def getToolTip(self, mod): |
| 170 | if isinstance(mod, Module) and mod.state == FittingModuleState.OVERHEATED: |
| 171 | return "Estimated time til burnout" # TODO localize |
| 172 | |
| 173 | |
| 174 | Heat.register() |
no outgoing calls
no test coverage detected