Example #1
0
 def __call__(self, card):
     from engine.GameKeeper import Keeper
     return Keeper.isSorceryTiming(card.controller)
Example #2
0
 def __call__(self, card):
     from engine.GameKeeper import Keeper
     return Keeper.isSorceryTiming(card.controller)