Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/magic/cards/righteous_valkyrie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ module Cards
power 2
toughness 4
keywords :flying
end

class RighteousValkyrie < Creature
class PowerAndToughnessModification < Abilities::Static::PowerAndToughnessModification
# As long as you have at least 7 life more than your starting life total...
conditions do
Expand Down
2 changes: 2 additions & 0 deletions lib/magic/cards/rousing_read.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ module Cards
def target_choices
battlefield.creatures
end
end

class RousingRead < Aura
class KeywordGrantFlying < Abilities::Static::KeywordGrant
keyword_grants Keywords::FLYING
applies_to_target
Expand Down