forked from External/mage
Remove KickerAbility.getSpellKickedCount (#12553)
* Remove KickerAbility.getSpellKickedCount * Check spell LKI instead of only current spell object * Remove bad LKI storage under wrong ID
This commit is contained in:
parent
2118570a0d
commit
78649c1a62
12 changed files with 91 additions and 127 deletions
|
|
@ -305,7 +305,7 @@ public interface Game extends MageItem, Serializable, Copyable<Game> {
|
|||
*/
|
||||
boolean checkShortLivingLKI(UUID objectId, Zone zone);
|
||||
|
||||
void rememberLKI(UUID objectId, Zone zone, MageObject object);
|
||||
void rememberLKI(Zone zone, MageObject object);
|
||||
|
||||
void resetLKI();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue