diff options
Diffstat (limited to 'cards/spells.rb')
| -rw-r--r-- | cards/spells.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cards/spells.rb b/cards/spells.rb index 693f6c6..796b62a 100644 --- a/cards/spells.rb +++ b/cards/spells.rb @@ -68,7 +68,7 @@ beginner_spells[:summon_alchemicals] = Card.new( actions: [ Card::Action.new( content: '(**odd**) Summon a random amount of a random alchemical depending on various hidden factors.', - symbol: [:diamonds, :blood] + symbol: [:diamonds, :blood, :odd, :even, :face] ), ], color: 'firebrick', |
