Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Jan 6, 2025
1 parent e95a778 commit ca53198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2.92"
wasm-bindgen = "0.2"
console_error_panic_hook = "0.1"
talc = { version = "4.3", default-features = false, features = ["lock_api"] }

Expand Down
2 changes: 1 addition & 1 deletion src/rs/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ impl<'a> SkillThing<'a> {
Cow::from("Inflict a random effect on target creature. Possible effects include damage, lobotomize, parallel universe, gravity pull, rewind, & freeze 6"),
Skill::cseed2 =>
Cow::from("Inflict a random effect on target card. All existing effects are possible"),
Skill::databloat => Cow::from("On hit, increase target player's hand's non-pillar card's costs by one"),
Skill::databloat => Cow::from("On hit, increase target player's hand's non-pillar cards' costs by one"),
Skill::datashrink => Cow::from("Decrease target non-pillar card's cost by two. Cannot reduce below 0"),
Skill::deadalive if ev == Event::Hit => Cow::from("When this card deals damage, trigger all effects that occur when a creature dies"),
Skill::deadalive if ev == Event::Cast => Cow::from("Trigger all effects that occur when a creature dies"),
Expand Down

0 comments on commit ca53198

Please sign in to comment.