Skip to content

Commit

Permalink
Merge pull request #64 from jhirschberg70/dungeons-of-moria-original
Browse files Browse the repository at this point in the history
Fix character_backgrounds Array
  • Loading branch information
mrcook authored Oct 18, 2022
2 parents 2c71512 + 3ba7f66 commit 86364b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Background_t character_backgrounds[PLAYER_MAX_BACKGROUNDS] = {
{"of a Guildsman. ", 90, 2, 3, 105},
{"of a Landed Knight. ", 96, 2, 3, 120},
{"of a Titled Noble. ", 99, 2, 3, 130},
{"of a Royal Blood Line. ", 100, 2, 3, 140},
{"You are the black sheep of the family. ", 20, 3, 50, 20},
{"You are a credit to the family. ", 80, 3, 50, 55},
{"You are a well liked child. ", 100, 3, 50, 60},
Expand Down Expand Up @@ -254,8 +255,7 @@ Background_t character_backgrounds[PLAYER_MAX_BACKGROUNDS] = {
{"and black ", 100, 65, 66, 50},
{"ulcerous skin.", 33, 66, 0, 50},
{"scabby skin.", 66, 66, 0, 50},
{"leprous skin.", 100, 66, 0, 50},
{"of a Royal Blood Line. ", 100, 2, 3, 140},
{"leprous skin.", 100, 66, 0, 50}
};

// Classes.
Expand Down

0 comments on commit 86364b9

Please sign in to comment.