Future<bool> transferToAnotherMage(String mageId, int mana) async => transfer(mana: mana, dstMage: mageId);