In a party if the multiplier is set to a somewhat unusual number like 0.3x some labels and animations don't show a rounded value (google "numbers in Javascript" to read about the reason for this). That leads to stuff like "x3.6999999999999997" multiplier animations in parties. See screenshot. Solution: always round numbers in Javascript when calculating things.