(self)
| 458 | |
| 459 | @property |
| 460 | def isBreacher(self): |
| 461 | return self.charge and 'dotMissileLaunching' in self.charge.effects |
| 462 | |
| 463 | def canDealDamage(self, ignoreState=False): |
| 464 | if self.isEmpty: |
nothing calls this directly
no outgoing calls
no test coverage detected