summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/gen-apt.pl
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-09-28 17:15:00 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-09-28 17:15:00 +0200
commit54ef91c99c830f6b3b75cf517cdbe0d1d0c3c722 (patch)
treee8f2bbfb2b5cc042dbe10f421e710074a5846607 /crawl-ref/source/util/gen-apt.pl
parentd18f556b117813abf116451b10dd73620654a3b6 (diff)
downloadcrawl-ref-54ef91c99c830f6b3b75cf517cdbe0d1d0c3c722.tar.gz
crawl-ref-54ef91c99c830f6b3b75cf517cdbe0d1d0c3c722.zip
s|/|| in "N/A".
Diffstat (limited to 'crawl-ref/source/util/gen-apt.pl')
-rwxr-xr-xcrawl-ref/source/util/gen-apt.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/util/gen-apt.pl b/crawl-ref/source/util/gen-apt.pl
index 2adc848a38..4b1cfee721 100755
--- a/crawl-ref/source/util/gen-apt.pl
+++ b/crawl-ref/source/util/gen-apt.pl
@@ -128,7 +128,7 @@ sub aptitude_table {
$cwidth = 3 if $abbr eq "UC"; #$cwidth < 3;
my $fmt = "%+*d";
$fmt = "%*d" if $skill == 0;
- $fmt = "N/A" if $skill == -99;
+ $fmt = " NA" if $skill == -99;
$fmt = "%*d0", $cwidth = 2 if $abbr eq "Exp";
$line .= sprintf($fmt, $cwidth, $skill);
}