Skip to content

Commit

Permalink
New characters automatically get assigned some missions!
Browse files Browse the repository at this point in the history
  • Loading branch information
Whales committed Aug 27, 2014
1 parent a001296 commit c6e66d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions newcharacter.cpp
Expand Up @@ -484,6 +484,9 @@ bool Player::create_new_character()
stats.perception_max = stats.perception;
stats.intelligence_max = stats.intelligence;

// Assign some starting missions!
assign_personal_missions();

return true;
}

Expand Down

0 comments on commit c6e66d6

Please sign in to comment.