OSDN Git Service

半巨人のレイシャルパワー "岩石溶解" 発動時のメッセージ削除.
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 30 Nov 2003 15:32:55 +0000 (15:32 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 30 Nov 2003 15:32:55 +0000 (15:32 +0000)
src/racial.c

index 21f539b..8862858 100644 (file)
@@ -1552,12 +1552,6 @@ static bool cmd_racial_power_aux(s32b command)
 
                case RACE_HALF_GIANT:
                        if (!get_aim_dir(&dir)) return FALSE;
-#ifdef JP
-                       msg_print("ÀФÎÊɤò᤭¤Ä¤±¤¿¡£");
-#else
-                       msg_print("You bash at a stone wall.");
-#endif
-
                        (void)wall_to_mud(dir);
                        break;