[jnh-cvs 459] CVS update: jnethack/src

Back to archive index

Kentaro Shirakata argra****@users*****
2005年 6月 8日 (水) 01:41:13 JST


Index: jnethack/src/mon.c
diff -u jnethack/src/mon.c:1.28 jnethack/src/mon.c:1.29
--- jnethack/src/mon.c:1.28	Sun Jun  5 17:17:57 2005
+++ jnethack/src/mon.c	Wed Jun  8 01:41:13 2005
@@ -2333,6 +2333,8 @@
 #if 0 /*JP*//*「毒針の毒で死んだ」はあり*/
 		/* "Poisoned by a poisoned ___" is redundant */
 		done(strstri(pname, "poison") ? DIED : POISONING);
+#else
+		done(POISONING);
 #endif
 	}
 	(void) encumber_msg();


Jnethack-cvs メーリングリストの案内
Back to archive index