Corrected Card30_039.java
This commit is contained in:
@@ -39,8 +39,8 @@ import java.util.List;
|
||||
*/
|
||||
public class Card30_039 extends AbstractMinion {
|
||||
public Card30_039() {
|
||||
super(2, 6, 2, 3, Race.ORC, Culture.SMAUG, "Orkish Aggressor");
|
||||
addKeyword(Keyword.WARG_RIDERGUNDABAD
|
||||
super(2, 6, 2, 3, Race.ORC, Culture.GUNDABAD, "Orkish Aggressor");
|
||||
addKeyword(Keyword.WARG_RIDER);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -67,4 +67,4 @@ public class Card30_039 extends AbstractMinion {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user