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

Back to archive index

Kentaro Shirakata argra****@users*****
2005年 6月 10日 (金) 15:55:15 JST


Index: jnethack/src/timeout.c
diff -u jnethack/src/timeout.c:1.24 jnethack/src/timeout.c:1.25
--- jnethack/src/timeout.c:1.24	Sun Jun  5 17:21:52 2005
+++ jnethack/src/timeout.c	Fri Jun 10 15:55:15 2005
@@ -298,11 +298,13 @@
 			if (!killer) {
 				/* leaving killer_format would make it
 				   "petrified by petrification" */
+#if 0 /*JP*/
 				killer_format = NO_KILLER_PREFIX;
-/*JP
 				killer = "killed by petrification";
-*/
+#else
+				killer_format = KILLED_BY;
 				killer = "石化攻撃で";
+#endif
 			}
 			done(STONING);
 			break;
Index: jnethack/src/trap.c
diff -u jnethack/src/trap.c:1.43 jnethack/src/trap.c:1.44
--- jnethack/src/trap.c:1.43	Wed Apr 27 05:51:16 2005
+++ jnethack/src/trap.c	Fri Jun 10 15:55:15 2005
@@ -2889,15 +2889,17 @@
 	/* Or your secondary weapon, if wielded */
 	if(u.twoweap && uswapwep && uswapwep->otyp == CORPSE &&
 			touch_petrifies(&mons[uswapwep->corpsenm]) && !Stone_resistance){
-#if 0 /*JP*/
+#if 0 /*JP:T*/
 		pline("%s touch the %s corpse.", arg,
 		        mons[uswapwep->corpsenm].mname);
-		Sprintf(kbuf, "%s corpse", an(mons[uswapwep->corpsenm].mname));
 #else
 		pline("%s%sの死体に触った.", arg,
 		        jtrns_mon(mons[uswapwep->corpsenm].mname));
-		Sprintf(kbuf, "%sの死体で", jtrns_mon(mons[uwep->corpsenm].mname));
 #endif
+/*JP
+		Sprintf(kbuf, "%s corpse", an(mons[uswapwep->corpsenm].mname));
+*/
+		Sprintf(kbuf, "%sの死体で", jtrns_mon(mons[uswapwep->corpsenm].mname));
 		instapetrify(kbuf);
 	}
 }


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