Skip to content

Commit

Permalink
Fix wrong argument
Browse files Browse the repository at this point in the history
  • Loading branch information
makscee committed Mar 16, 2024
1 parent 939daf7 commit 31d0d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resourses/effect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ impl Effect {
format!("{ability} {var} add {value}"),
color,
context.owner(),
context,
world,
)?;
}
Effect::FullCopy => {
Expand Down

0 comments on commit 31d0d5e

Please sign in to comment.