(self, item)
| 736 | return sChar.getImplants(char.ID) |
| 737 | |
| 738 | def addImplantToContext(self, item): |
| 739 | sChar = Character.getInstance() |
| 740 | char = self.Parent.Parent.entityEditor.getActiveEntity() |
| 741 | |
| 742 | sChar.addImplant(char.ID, item.ID) |
| 743 | |
| 744 | def removeImplantFromContext(self, implant): |
| 745 | sChar = Character.getInstance() |
nothing calls this directly
no test coverage detected