(self, callingWindow, itmContext, mainItem)
| 37 | return True |
| 38 | |
| 39 | def getText(self, callingWindow, itmContext, mainItem): |
| 40 | return _t('Add {} to Drone Bay{}').format( |
| 41 | itmContext, '' if self.amount == 1 else ' (x{})'.format(self.amount)) |
| 42 | |
| 43 | def activate(self, callingWindow, fullContext, mainItem, i): |
| 44 | command = cmd.GuiAddLocalDroneCommand( |