(self)
| 142 | |
| 143 | @property |
| 144 | def amount(self): |
| 145 | return int(self.getModifiedItemAttr("fighterSquadronMaxSize")) if self._amount == -1 else self._amount |
| 146 | |
| 147 | @amount.setter |
| 148 | def amount(self, amount): |
nothing calls this directly
no test coverage detected