* move setPT to Card
* Create DoubleFacedCard and DoubleFacedCardHalf to share code between …
* Create Transforming Double Face Card class
* allow putting either permanent side of a double faced card to the bat…
* refactor exile and return transforming card
* update ModalDoubleFacedCard references to DoubleFacedCard where relev…
* update for GUI
* refactor a disturb card
* refactor more disturb cards for test coverage
* refactor a transform card
* refactor more transform cards for test coverage
* fix Archangel Avacyn
* fix cantPlayTDFCBackSide inconsistency
* fix Double Faced Cards having triggers and static abilities when tran…
* fix Double Faced Cards card view erroring when flipping in client
* fix test_Copy_AsSpell_Backside inconsistency
* enable Spider-Man MDFC
* convert TDFC with saga as the front and add card references to Transf…
* refactor More Than Meets the Eye Card
* refactor a battle
* refactor a craft card
* update comment on PeterParkerTest
* Merge branch 'master' into rework-dfc
* fix Saga TDFC Azusa's Many Journeys
* fix double faced cards adding permanent triggers / effects to game
* move permanents entering map into Battlefield
* convert Room cards for new Permanent structure
* fix disturb not exiling
* Merge branch 'master' into rework-dfc
* fix Eddie Brock Power/Toughness
* fix Miles Morales ability on main card
* fix verify conditions for siege and day/night cards
* change room characteristics to text effect to match game rules
* update verify test to skip DoubleFacedCard in missing card test
* accidentally removed transform condition
* Merge branch 'master' into rework-dfc
* fix verify
* CardUtil - remove unnecessary line from castSingle method
Did not work with effects that apply replacement effects to counters being added to creatures (but not to lands). Fixed by processing action between turning the land into a creature and putting the counters on it.
1. Was looking for STUN counters being added rather than LORE counters.
2. Was not accounting for if Summon: Brynhildr was entering with a counter, such as on the first turn it was played.