tap: add {} to your mana pool for each {} on the ...

I found several cards that can use the new "tap: add {ManaSymbol} to your mana pool for each {Type} {on the battlefield / you control}." keyword. All but two would need additional coding. So I added the two below:
The elf is good to go. Cloudpost does not add mana to the pool. I have been fairly busy and have not had a chance to dig through the code. From my tests it appears that this new keyword does not handle colorless mana. When I exchanged the "1" with a "W" the card added white mana to the mana pool.
- Code: Select all
Cloudpost
no cost
Land Locus
no text
Comes into play tapped.
tap: add 1 to your mana pool for each Locus on the battlefield.
Rofellos, Llanowar Emissary
G G
Legendary Creature Elf Druid
no text
2/1
tap: add G to your mana pool for each Forest you control.
The elf is good to go. Cloudpost does not add mana to the pool. I have been fairly busy and have not had a chance to dig through the code. From my tests it appears that this new keyword does not handle colorless mana. When I exchanged the "1" with a "W" the card added white mana to the mana pool.