mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Checkstyle.
This commit is contained in:
@@ -3766,7 +3766,8 @@ public class CardFactoryUtil {
|
||||
|
||||
for (final String kw : intrinsicKeywords) {
|
||||
if (kw.startsWith("HIDDEN")) {
|
||||
temp.addExtrinsicKeyword(kw);//extrinsic keywords won't survive the copyStats treatment
|
||||
temp.addExtrinsicKeyword(kw);
|
||||
//extrinsic keywords won't survive the copyStats treatment
|
||||
} else {
|
||||
temp.addIntrinsicKeyword(kw);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user