(self)
| 357 | |
| 358 | @property |
| 359 | def currentSystemEffect(self): |
| 360 | return next((m for m in self if m.isExclusiveSystemEffect), None) |
| 361 | |
| 362 | def makeRoom(self, proj): |
| 363 | if proj.isExclusiveSystemEffect: |
nothing calls this directly
no outgoing calls
no test coverage detected