OSDN Git Service

・イ。シ・爭ソ。シ・ホ・ウ・皈ネ、ヌ, ・ソ。シ・ャクスセネケ遉テ、ニ、、、ハ、、、筅ホ、、タオ.
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 25 May 2003 13:36:23 +0000 (13:36 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 25 May 2003 13:36:23 +0000 (13:36 +0000)
src/dungeon.c

index 0b88dfa..8a0b400 100644 (file)
@@ -1017,7 +1017,7 @@ static void regen_monsters(void)
 
 
 /*
- * Regenerate the monsters (once per 100 game turns)
+ * Regenerate the captured monsters (once per 30 game turns)
  *
  * XXX XXX XXX Should probably be done during monster turns.
  */
@@ -1648,7 +1648,7 @@ msg_print("
                }
        }
 
-       /* Every 20 game turns */
+       /* Every 10 game turns */
        if (turn % TURNS_PER_TICK) return;
 
        /*** Check the Time and Load ***/
@@ -2265,7 +2265,7 @@ take_hit(DAMAGE_NOESCAPE, i, "
                /* Digest normally */
                if (p_ptr->food < PY_FOOD_MAX)
                {
-                       /* Every 100 game turns */
+                       /* Every 50 game turns */
                        if (!(turn % (TURNS_PER_TICK*5)))
                        {
                                /* Basic digestion rate based on speed */