mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Reduce the warmup time for firing a spell
This commit is contained in:
parent
13402ae020
commit
3d86feca0d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class UnicornProjectileAbility implements Ability<Hit> {
|
|||
|
||||
@Override
|
||||
public int getWarmupTime(Pony player) {
|
||||
return 4;
|
||||
return 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue