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
|
|
@ -3587,7 +3587,7 @@ public abstract class GameImpl implements Game {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean getShortLivingLKI(UUID objectId, Zone zone) {
|
||||
public boolean checkShortLivingLKI(UUID objectId, Zone zone) {
|
||||
Set<UUID> idSet = lkiShortLiving.get(zone);
|
||||
if (idSet != null) {
|
||||
return idSet.contains(objectId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue