OSDN Git Service

ステソヘ、ヌ・ッ・、・テ・ッ・ケ・ソ。シ・ネ、キ、ソ、ネ、ュ、ヒハムーロ、ャオッ、ュ、ハ、ォ、テ、ソ・ミ・ース、タオ。」
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 13 Jun 2002 09:44:43 +0000 (09:44 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 13 Jun 2002 09:44:43 +0000 (09:44 +0000)
src/birth.c

index 85c98f3..3319f62 100644 (file)
@@ -3949,8 +3949,6 @@ static bool get_player_race(void)
        put_str("Note: Your 'race' determines various intrinsic factors and bonuses.", 23 ,5);
 #endif
 
-       hack_mutation = FALSE;
-
        /* Dump races */
        for (n = 0; n < MAX_RACES; n++)
        {
@@ -4101,10 +4099,6 @@ static bool get_player_race(void)
        /* Set race */
        p_ptr->prace = k;
 
-       /* Give beastman a mutation at character birth */
-       if (p_ptr->prace == RACE_BEASTMAN)
-               hack_mutation = TRUE;
-
        rp_ptr = &race_info[p_ptr->prace];
        str = rp_ptr->title;
 
@@ -6229,6 +6223,10 @@ void player_birth(void)
        /* Generate the random seeds for the wilderness */
        seed_wilderness();
 
+       /* Give beastman a mutation at character birth */
+       if (p_ptr->prace == RACE_BEASTMAN) hack_mutation = TRUE;
+       else hack_mutation = FALSE;
+
        /* Set the message window flag as default */
        if (!window_flag[1])
                window_flag[1] |= PW_MESSAGE;