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.100 by root, Wed Oct 6 03:44:55 2010 UTC vs.
Revision 1.101 by root, Wed Oct 6 18:22:47 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines