- Replaced the red dungeon special quest.

This commit is contained in:
Sloth
2011-08-25 11:03:59 +00:00
parent 3ef7b21654
commit aeb5bf0bd4
2 changed files with 83 additions and 15 deletions

View File

@@ -126,8 +126,7 @@ public class QuestUtil {
qa.setCardRewardList(pack.generateCards(cards, 3, Constant.Rarity.Rare, Constant.Color.Black));
} else if (id == 4) //Red Dungeon
{
for (int i = 0; i < 3; i++)
qa.addCompy("Mons's Goblin Raiders");
qa.addCompy("Furnace of Rath");
qa.setCardRewardList(pack.generateCards(cards, 3, Constant.Rarity.Rare, Constant.Color.Red));
} else if (id == 5) //Green Dungeon