mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Allow alicorns to use time change and move the sun to where you're looking when starting the ability
This commit is contained in:
parent
ceb98f6fab
commit
cdcbfea8dc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public class TimeChangeAbility implements Ability<Rot> {
|
|||
|
||||
@Override
|
||||
public boolean canUse(Race.Composite race) {
|
||||
return race.pseudo() == Race.UNICORN;
|
||||
return Ability.super.canUse(race) || race.pseudo() == Race.UNICORN;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue