fix blue heal colour (absorb / reflect / recharge)
This commit is contained in:
@@ -911,7 +911,7 @@ impl Construct {
|
|||||||
construct: self.id,
|
construct: self.id,
|
||||||
amount: healing,
|
amount: healing,
|
||||||
overhealing,
|
overhealing,
|
||||||
colour: Colour::Red,
|
colour: Colour::Blue,
|
||||||
display: EventConstruct::new(self),
|
display: EventConstruct::new(self),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -933,7 +933,7 @@ impl Construct {
|
|||||||
construct: self.id,
|
construct: self.id,
|
||||||
amount: blue_damage_amount,
|
amount: blue_damage_amount,
|
||||||
mitigation: blue_mitigation,
|
mitigation: blue_mitigation,
|
||||||
colour: Colour::Red,
|
colour: Colour::Blue,
|
||||||
display: EventConstruct::new(self),
|
display: EventConstruct::new(self),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user