purify fix
This commit is contained in:
parent
84b68e2ccc
commit
55f8fc0b41
@ -2082,7 +2082,7 @@ impl Purify {
|
|||||||
|
|
||||||
fn purify(cast: Cast, game: &mut Game, values: Purify) {
|
fn purify(cast: Cast, game: &mut Game, values: Purify) {
|
||||||
let gp = game.value(Value::Stat { construct: cast.source, stat: Stat::GreenPower });
|
let gp = game.value(Value::Stat { construct: cast.source, stat: Stat::GreenPower });
|
||||||
let rms = game.value(Value::Removals { construct: cast.target });
|
let rms = game.value(Value::Effects { construct: cast.target });
|
||||||
let amount = gp.pct(values.green_heal_base().saturating_mul(rms));
|
let amount = gp.pct(values.green_heal_base().saturating_mul(rms));
|
||||||
|
|
||||||
game.action(cast,
|
game.action(cast,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user