}
void buildLeafForCommunication()
{
// for now -> only Mana Payment
ManaPayment mana = pendingCommunication.manaExpected;
Card card = pendingCommunication.E.mInitiatorCard;
if (mana.paymentType == ManaPayment.MP_TRIGGER_ACTIVATE_CARD)
{
// only spontanous Mana supported as yet
EAIAction ret;