Skip to content

Commit

Permalink
Allow alicorns to use time change and move the sun to where you're lo…
Browse files Browse the repository at this point in the history
…oking when starting the ability
  • Loading branch information
Sollace committed Feb 12, 2024
1 parent ceb98f6 commit cdcbfea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public boolean canUse(Race race) {

@Override
public boolean canUse(Race.Composite race) {
return race.pseudo() == Race.UNICORN;
return Ability.super.canUse(race) || race.pseudo() == Race.UNICORN;
}

@Override
Expand Down

0 comments on commit cdcbfea

Please sign in to comment.