diff --git a/core/src/construct.rs b/core/src/construct.rs index 16b13c63..16572a8b 100644 --- a/core/src/construct.rs +++ b/core/src/construct.rs @@ -911,7 +911,7 @@ impl Construct { construct: self.id, amount: healing, overhealing, - colour: Colour::Red, + colour: Colour::Blue, display: EventConstruct::new(self), }); } @@ -933,7 +933,7 @@ impl Construct { construct: self.id, amount: blue_damage_amount, mitigation: blue_mitigation, - colour: Colour::Red, + colour: Colour::Blue, display: EventConstruct::new(self), }); }