Skip to content

Commit c76654b

Browse files
authored
Fix Chaotic Downward Spiral Logic, remove neutral (#82976)
1 parent 99121a5 commit c76654b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mutation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@ void Character::mutate( const int &true_random_chance, bool use_vitamins )
11951195
add_msg_debug( debugmode::DF_MUTATION, "mutate: Genetic Downward Spiral found, all bad traits" );
11961196
allow_good = false;
11971197
allow_bad = true;
1198+
allow_neutral = false;
11981199
try_opposite = false;
11991200
}
12001201

0 commit comments

Comments
 (0)