OSDN Git Service

change potion un-id desc
[jnethack/source.git] / src / objnam.c
index bd32b66..bea03b8 100644 (file)
@@ -240,8 +240,7 @@ register int otyp;
 #if 0 /*JP*/
         Sprintf(eos(buf), " (%s)", dn);
 #else
-        Sprintf(eos(buf), "(%s%s)", dn,
-            ocl->oc_class == POTION_CLASS ? "\96ò" : "");
+        Sprintf(eos(buf), "(%s)", dn);
 #endif
     return buf;
 }
@@ -671,10 +670,9 @@ unsigned cxn_flags; /* bitmask of CXN_xxx values */
             }
         } else {
             Strcat(buf, dn);
-/*JP
+#if 0 /*JP*//*\95s\8am\92è\96¼\82É\81u\96ò\81v\82Í\95t\82¢\82Ä\82¢\82é*/
             Strcat(buf, " potion");
-*/
-            Strcat(buf, "\96ò");
+#endif
         }
         break;
     case SCROLL_CLASS: