[DFT] added image support for designations, added Speed image (visible on triggered abilities)

This commit is contained in:
Oleg Agafonov 2025-02-07 00:45:06 +04:00
parent d018566324
commit bf0b957948
4 changed files with 23 additions and 4 deletions

View file

@ -2862,6 +2862,8 @@ public abstract class GameImpl implements Game {
}
}
}
// Start Your Engines // Max Speed
if (perm.getAbilities(this).containsClass(StartYourEnginesAbility.class)) {
Optional.ofNullable(perm.getControllerId())
.map(this::getPlayer)