home · contact · privacy
Add weaker axe KNIFE.
[plomrogue] / src / client / draw_wins.c
index c21a971383e430861f61a99138fa41f944e46c3a..bd34e1f3846396be5dd1efb639063196485d089d 100644 (file)
@@ -469,7 +469,7 @@ extern void draw_win_map(struct Win * win)
                 { //
                     a = col_player; //
                 } //
-                else if ('a' == c || 'd' == c || 'b' == c) //
+                else if (',' == c || 'd' == c || 'B' == c) //
                 { //
                     a = col_animal; //
                 } //
@@ -481,7 +481,7 @@ extern void draw_win_map(struct Win * win)
                 { //
                     a = col_corpse; //
                 } //
-                else if ('/' == c || '-' == c) //
+                else if ('-' == c || '/' == c || ']' == c || '[' == c) //
                 { //
                     a = col_tool; //
                 } //
@@ -493,7 +493,7 @@ extern void draw_win_map(struct Win * win)
                 { //
                     a = col_altar; //
                 } //
-                else if (']' == c || '*' == c) //
+                else if ('(' == c || '*' == c) //
                 { //
                     a = col_plant; //
                 } //