(self)
| 252 | |
| 253 | @property |
| 254 | def isExclusiveSystemEffect(self): |
| 255 | # See issue #2258 |
| 256 | # return self.item.group.name in ("Effect Beacon", "Non-Interactable Object", "MassiveEnvironments") |
| 257 | return False |
| 258 | |
| 259 | @property |
| 260 | def isCapitalSize(self): |
nothing calls this directly
no outgoing calls
no test coverage detected