From: Jonathan Blake Date: Sat, 10 Feb 2018 23:47:12 +0000 (+0000) Subject: added RESISTANCE to the list of acceptable uppercase words for the sake of 06tkot... X-Git-Tag: 20180215~37 X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=commitdiff_plain;h=a64bd94618e42e142b434220262efe5b9084e164 added RESISTANCE to the list of acceptable uppercase words for the sake of 06tkot:sect156 git-svn-id: https://projectaon.org/data/trunk@2661 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- diff --git a/common/scripts/gblint.pl b/common/scripts/gblint.pl index 136a272..996c21d 100755 --- a/common/scripts/gblint.pl +++ b/common/scripts/gblint.pl @@ -307,6 +307,7 @@ while( my $line = <> ) { $1 ne "COMBAT" && $1 ne "WILLPOWER" && $1 ne "HAVOC" && + $1 ne "TARGET" && $1 ne "CLOSE") || ($language eq 'es' && $1 ne 'DESTREZA' &&