Fixing missing semi-colons.
This commit is contained in:
@@ -70,7 +70,7 @@ public class Card3_085 extends AbstractOldEvent {
|
||||
public String getText(LotroGame game) {
|
||||
return "Discard 2 [GANDALF] cards from hand";
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
));
|
||||
|
||||
@@ -52,7 +52,7 @@ public class Card4_240 extends AbstractOldEvent {
|
||||
public String getText(LotroGame game) {
|
||||
return "Discard 2 companions (except the Ring-bearer)";
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
));
|
||||
|
||||
@@ -57,7 +57,7 @@ public class Card5_021 extends AbstractEvent {
|
||||
public String getText(LotroGame game) {
|
||||
return "Exert a minion twice";
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user