forked from External/mage
refactor: improve method name - checkShortLivingLKI
This commit is contained in:
parent
aeaeccb63b
commit
0d4acf26e5
11 changed files with 14 additions and 11 deletions
|
|
@ -27,7 +27,7 @@ public abstract class StaticAbility extends AbilityImpl {
|
|||
|
||||
@Override
|
||||
public boolean isInUseableZone(Game game, MageObject source, GameEvent event) {
|
||||
if (game.getShortLivingLKI(getSourceId(), zone)) {
|
||||
if (game.checkShortLivingLKI(getSourceId(), zone)) {
|
||||
return true; // maybe this can be a problem if effects removed the ability from the object
|
||||
}
|
||||
if (game.getPermanentEntering(getSourceId()) != null && zone == Zone.BATTLEFIELD) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue