Skip to content

Commit

Permalink
grab2h: remove resetting strength
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Sep 21, 2024
1 parent f585ab8 commit 2442bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/rs/src/skill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2963,7 +2963,6 @@ impl Skill {
}
}
Self::grab2h => {
ctx.set(c, Stat::nova, 0);
let shield = ctx.get_shield(ctx.get_owner(c));
if shield != 0 {
Skill::destroy.proc(ctx, c, shield, data);
Expand Down
4 changes: 2 additions & 2 deletions src/rs/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ impl<'a> SkillThing<'a> {
Cow::from("If target creature or weapon's attack is positive, it becomes negative. Otherwise, it becomes positive"),
Skill::appease =>
Cow::from("Sacrifice target creature you own & gain 1|1. If this ability isn't used, this creature will attack its owner. This creature attacks normally the turn it's played or if it loses this ability"),
Skill::attack => Cow::from("Whenever a permanent is destroyed, attack, then decrease strength by 1 for rest of turn"),
Skill::attack => Cow::from("Whenever a permanent is destroyed, decrease strength by 1 for rest of turn & attack"),
Skill::autoburrow =>
Cow::from("Until end of turn, your creatures with burrow enter play burrowed"),
Skill::axedraw =>
Expand Down Expand Up @@ -393,7 +393,7 @@ impl<'a> SkillThing<'a> {
Skill::gaintimecharge =>
Cow::from("Gain one stack for every card you draw. Does not gain a stack from your draw at the start of your turn"),
Skill::gas => Cow::from("Summon an Unstable Gas"),
Skill::grab2h => Cow::from("Restore lost strength & destroy your shield"),
Skill::grab2h => Cow::from("Destroy your shield"),
Skill::grave =>
Cow::from("When another creature dies, unburrow & transform this creature into a fresh copy of the dying creature. This creature retains nocturnal"),
Skill::give =>
Expand Down

0 comments on commit 2442bfb

Please sign in to comment.