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.101 by root, Wed Oct 6 18:22:47 2010 UTC vs.
Revision 1.102 by root, Wed Oct 6 18:23:52 2010 UTC

192 "·" 192 "·"
193 193
194 } elsif ($stem =~ /^spells\//) { 194 } elsif ($stem =~ /^spells\//) {
195 "!" 195 "!"
196 196
197 } elsif ($stem =~ /^exit\//) {
198 "⎆"
199
200 } elsif ($stem =~ /^construct\//) {
201 "⌂"
202
197 } elsif ($stem =~ /^player\//) { 203 } elsif ($stem =~ /^player\//) {
198 "\@" 204 "\@"
199
200 } elsif ($stem =~ /^construct\//) {
201 "⌂"
202 205
203 } elsif ($stem =~ /^(?:monster|misc|class|connect|gods|indoor|inorganic|mining|music|skills).*\/(.)/) { 206 } elsif ($stem =~ /^(?:monster|misc|class|connect|gods|indoor|inorganic|mining|music|skills).*\/(.)/) {
204 $1 207 $1
205 208
206 } else { 209 } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines