OSDN Git Service

[Fix] #38790 ジュラル星人誤認判定変更ミスをさらに修正. / Fix Chargeman's process timing condition of...
[hengband/hengband.git] / src / monster2.c
index 3521839..a2fc8e1 100644 (file)
@@ -2102,7 +2102,7 @@ static bool monster_hook_tanuki(MONRACE_IDX r_idx)
 static MONRACE_IDX initial_r_appearance(player_type *player_ptr, MONRACE_IDX r_idx, BIT_FLAGS generate_mode)
 {
        floor_type *floor_ptr = player_ptr->current_floor_ptr;
-       if ((generate_mode & PM_JURAL) && !(generate_mode & (PM_MULTIPLY | PM_KAGE)))
+       if (player_ptr->pseikaku == SEIKAKU_CHARGEMAN && (generate_mode & PM_JURAL) && !(generate_mode & (PM_MULTIPLY | PM_KAGE)))
        {
                return MON_ALIEN_JURAL;
        }