ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/cfutil.in
(Generate patch)

Comparing deliantra/server/utils/cfutil.in (file contents):
Revision 1.96 by root, Wed Oct 6 00:28:15 2010 UTC vs.
Revision 1.97 by root, Wed Oct 6 01:23:11 2010 UTC

158 print "maps installed successfully.\n"; 158 print "maps installed successfully.\n";
159} 159}
160 160
161our @WALL_SUFFIX = qw(⬤ ╹ ╺ ┗ ╻ ┃ ┏ ┣ ╸ ┛ ━ ┻ ┓ ┫ ┳ ╋); 161our @WALL_SUFFIX = qw(⬤ ╹ ╺ ┗ ╻ ┃ ┏ ┣ ╸ ┛ ━ ┻ ┓ ┫ ┳ ╋);
162 162
163# used to create crude text glyphs for text-based clients
163sub autoglyph { 164sub autoglyph {
164 my ($stem, $face) = @_; 165 my ($stem, $face) = @_;
165 166
166 if ($stem =~ /^wall\/|Nimwall/) { 167 if ($stem =~ /^wall\/|Nimwall/) {
167 return $WALL_SUFFIX[hex $1] 168 return $WALL_SUFFIX[hex $1]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines