mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Fixed Dark Catacombs.
- Added some beginning code of quest rewards for winning within a certain amount of turns.
This commit is contained in:
@@ -231,7 +231,7 @@ public class CardFactory implements NewConstants {
|
||||
{
|
||||
Card c = clICtrl.get(i);
|
||||
for (int j = 0; j < types.length; j++)
|
||||
if (c.getType().contains(types[j]))
|
||||
if (c.getType().contains(types[j].trim()))
|
||||
fnd = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user