Skip to content

Commit

Permalink
Public Spacelane is not a blue card
Browse files Browse the repository at this point in the history
  • Loading branch information
kberg committed Jan 3, 2025
1 parent 15a40c3 commit e1f7c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/cards/underworld/PublicSpaceline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {Tag} from '../../../common/cards/Tag';
export class PublicSpaceline extends Card implements IProjectCard {
constructor() {
super({
type: CardType.ACTIVE,
type: CardType.AUTOMATED,
name: CardName.PUBLIC_SPACELINE,
cost: 18,
tags: [Tag.EARTH, Tag.EARTH, Tag.JOVIAN, Tag.JOVIAN, Tag.VENUS, Tag.VENUS, Tag.MARS, Tag.MARS],
Expand Down

0 comments on commit e1f7c5a

Please sign in to comment.