mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-04-19 06:00:18 +00:00
fix(calc): default value of PartnerBonus.step_bonus
This commit is contained in:
parent
ec9926993c
commit
2c73570a65
@ -25,7 +25,7 @@ class PartnerBonus:
|
|||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
*,
|
*,
|
||||||
step_bonus: Union[Decimal, str, float, int] = Decimal("1.0"),
|
step_bonus: Union[Decimal, str, float, int] = Decimal("0.0"),
|
||||||
final_multiplier: Union[Decimal, str, float, int] = Decimal("1.0"),
|
final_multiplier: Union[Decimal, str, float, int] = Decimal("1.0"),
|
||||||
):
|
):
|
||||||
self.__step_bonus = step_bonus
|
self.__step_bonus = step_bonus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user