(self, *args, **kwargs)
| 419 | self.chargeModifiedAttributes.increase(*args, **kwargs) |
| 420 | |
| 421 | def multiplyChargeAttr(self, *args, **kwargs): |
| 422 | self.chargeModifiedAttributes.multiply(*args, **kwargs) |
| 423 | |
| 424 | def boostChargeAttr(self, *args, **kwargs): |
| 425 | self.chargeModifiedAttributes.boost(*args, **kwargs) |
no test coverage detected