(self)
| 370 | return val |
| 371 | |
| 372 | def clear(self): |
| 373 | self.__baseVolley = None |
| 374 | self.__miningyield = None |
| 375 | self.__ehp = None |
| 376 | self.itemModifiedAttributes.clear() |
| 377 | self.chargeModifiedAttributes.clear() |
| 378 | [x.clear() for x in self.abilities] |
| 379 | |
| 380 | def canBeApplied(self, projectedOnto): |
| 381 | """Check if fighter can engage specific fitting""" |
nothing calls this directly
no outgoing calls
no test coverage detected