summaryrefslogtreecommitdiffstats
path: root/utils/trimpcitable
diff options
context:
space:
mode:
Diffstat (limited to 'utils/trimpcitable')
-rwxr-xr-xutils/trimpcitable2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/trimpcitable b/utils/trimpcitable
index 67f4b0aeb..ec9a3216c 100755
--- a/utils/trimpcitable
+++ b/utils/trimpcitable
@@ -8,7 +8,7 @@ foreach $n (@ARGV) {
while (<STDIN>) {
chop;
@a = split;
- if ($mods{$a[2]}) {
+ if ($mods{$a[2]} || $mods{$a[4]}) {
print "$_\n";
} elsif ($_ =~ /Card:Intel.*81[05]/) {
print "$_\n";