[DFT] Implement Spikeshell Harrier

This commit is contained in:
theelk801 2025-02-01 19:21:46 -05:00
parent b2be328e92
commit 3776a39683
5 changed files with 117 additions and 0 deletions

View file

@ -222,6 +222,8 @@ public interface Player extends MageItem, Copyable<Player> {
void increaseSpeed(Game game);
void decreaseSpeed(Game game);
/**
* Returns alternative casting costs a player can cast spells for
*