fix blue heal colour (absorb / reflect / recharge)
This commit is contained in:
parent
2fd3364a52
commit
84b68e2ccc
@ -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),
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user