OSDN Git Service

モンスターのテレポートについていくかどうかはget_check_strictを使ってyesと入力しなければならないようにした。
authorhabu <habu@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 1 Feb 2002 08:17:20 +0000 (08:17 +0000)
committerhabu <habu@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 1 Feb 2002 08:17:20 +0000 (08:17 +0000)
src/mspells1.c
src/mspells2.c

index 2acf294..ccffea7 100644 (file)
@@ -3599,9 +3599,9 @@ msg_format("%^s
                                                if((f3 & TR3_TELEPORT) || (p_ptr->muta1 & MUT1_VTELEPORT) || (p_ptr->pclass == CLASS_IMITATOR))
                                                {
 #ifdef JP
-                                                       if(get_check("¤Ä¤¤¤Æ¤¤¤­¤Þ¤¹¤«¡©"))
+                                                       if(get_check_strict("¤Ä¤¤¤Æ¤¤¤­¤Þ¤¹¤«¡©", 1))
 #else
-                                                       if(get_check("Do you follow it? "))
+                                                       if(get_check_strict("Do you follow it? ", 1))
 #endif
                                                        {
                                                                if (randint(3) == 1)
index 0bc486f..1985bd6 100644 (file)
@@ -3373,9 +3373,9 @@ msg_format("%^s
                                                        if((f3 & TR3_TELEPORT) || (p_ptr->muta1 & MUT1_VTELEPORT) || (p_ptr->pclass == CLASS_IMITATOR))
                                                        {
 #ifdef JP
-                                                               if(get_check("¤Ä¤¤¤Æ¤¤¤­¤Þ¤¹¤«¡©"))
+                                                               if(get_check_strict("¤Ä¤¤¤Æ¤¤¤­¤Þ¤¹¤«¡©", 1))
 #else
-                                                               if(get_check("Do you follow it? "))
+                                                               if(get_check_strict("Do you follow it? ", 1))
 #endif
                                                                {
                                                                        if (randint(3) == 1)