OSDN Git Service

カオスの守護魔神表示を突然変異の場合にも適用するように変更.
author_nothere <_nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 25 May 2002 13:50:45 +0000 (13:50 +0000)
committer_nothere <_nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 25 May 2002 13:50:45 +0000 (13:50 +0000)
src/files.c

index 8ed70be..aa042b3 100644 (file)
@@ -3996,7 +3996,7 @@ void display_player(int mode)
                        display_player_one_line(ENTRY_REALM, tmp, TERM_L_BLUE);
                }
 
-               if (p_ptr->pclass == CLASS_CHAOS_WARRIOR)
+               if ((p_ptr->pclass == CLASS_CHAOS_WARRIOR) || (p_ptr->muta2 & MUT2_CHAOS_GIFT))
                        display_player_one_line(ENTRY_PATRON, chaos_patrons[p_ptr->chaos_patron], TERM_L_BLUE);
 
                /* Age, Height, Weight, Social */