- Added Artifact type to Thopter Foundry tokens.

- Fixed a Standstill bug.
- Changed token image names: Marit Lage => c_20_20_marit_lage.jpg, Voja => gw_2_2_voja.jpg.
This commit is contained in:
jendave
2011-08-06 02:54:41 +00:00
parent 5878fa46fc
commit 3015fb0899
5 changed files with 8 additions and 4 deletions

View File

@@ -9358,6 +9358,7 @@ public class CardFactory_Creatures {
Card c = new Card();
c.setName("Stangg Twin");
c.setImageName("RG 3 4 Stangg Twin");
c.setOwner(card.getController());
c.setController(card.getController());
@@ -13699,6 +13700,7 @@ public class CardFactory_Creatures {
Card c = new Card();
c.setName("Voja");
c.setImageName("GW 2 2 Voja");
c.setOwner(card.getController());
c.setController(card.getController());