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.99 by root, Wed Oct 6 03:20:19 2010 UTC vs.
Revision 1.100 by root, Wed Oct 6 03:44:55 2010 UTC

171 "█" 171 "█"
172 172
173 } elsif ($stem =~ /^traps\//) { 173 } elsif ($stem =~ /^traps\//) {
174 "☠" 174 "☠"
175 175
176 } elsif ($stem =~ /^armour\/shield/) {
177 "Ø"
178
176 } elsif ($stem =~ /^armour\//) { 179 } elsif ($stem =~ /^armour\//) {
177 "" 180 "A"
178 181
179 } elsif ($stem =~ /^weapon\//) { 182 } elsif ($stem =~ /^weapon\//) {
180 "†" 183 "†"
181 184
182 } elsif ($stem =~ /^readable\//) { 185 } elsif ($stem =~ /^readable\//) {
184 187
185 } elsif ($stem =~ /^river\//) { 188 } elsif ($stem =~ /^river\//) {
186 "~" 189 "~"
187 190
188 } elsif ($stem =~ /^floor\/|^ground\/|Nimfloor/) { 191 } elsif ($stem =~ /^floor\/|^ground\/|Nimfloor/) {
192 "·"
193
194 } elsif ($stem =~ /^spells\//) {
189 "." 195 "!"
190 196
191 } elsif ($stem =~ /^player\//) { 197 } elsif ($stem =~ /^player\//) {
192 "\@" 198 "\@"
193 199
194 } elsif ($stem =~ /^(?:monster|misc|class|connect|gods|indoor|inorganic|mining|music|skills).*\/(.)/) { 200 } elsif ($stem =~ /^(?:monster|misc|class|connect|gods|indoor|inorganic|mining|music|skills).*\/(.)/) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines