Skip to content

Commit

Permalink
Keep default background when resetting hobbies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Sep 26, 2023
1 parent 0a27aca commit 920b73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/newcharacter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4533,6 +4533,7 @@ void reset_scenario( avatar &u, const scenario *scen )
}

u.hobbies.clear();
u.add_default_background();
u.clear_mutations();
u.recalc_hp();
u.empty_skills();
Expand Down

0 comments on commit 920b73b

Please sign in to comment.