OSDN Git Service

eliminate alternatives with no differences
[jnethack/source.git] / src / muse.c
index e077567..943f4d9 100644 (file)
@@ -2180,7 +2180,7 @@ struct monst *mtmp;
 /*JP
             const char *The_whip = vismon ? "The bullwhip" : "A whip";
 */
-            const char *The_whip = vismon ? "\95Ú" : "\95Ú";
+            const char *The_whip = "\95Ú";
             int where_to = rn2(4);
             struct obj *obj = uwep;
             const char *hand;