Skip to content

Commit

Permalink
Merge pull request CleverRaven#56708 from Faalagorn/patch-11
Browse files Browse the repository at this point in the history
Minor fixes to NPC classes
  • Loading branch information
Rivet-the-Zombie authored Apr 12, 2022
2 parents 5fe200b + 9fc5b4a commit 2b38de5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/json/npcs/Kindred/NPC_Brigitte_LaCroix.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "npc_class",
"id": "NC_BONE_SEER",
"name": { "str": "Bone Seer" },
"job_description": "I wish to sing the song of the Bones",
"job_description": "I wish to sing the song of the Bones.",
"traits": [
{ "trait": "OUTDOORSMAN" },
{ "trait": "HEAVYSLEEPER" },
Expand Down
2 changes: 1 addition & 1 deletion data/json/npcs/Kindred/NPC_Darren_Cooper.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "npc_class",
"id": "NC_KINDRED_COOPER",
"name": { "str": "Rogue Kindred" },
"job_description": "I have to gather more bones",
"job_description": "I have to gather more bones.",
"traits": [
{ "trait": "OUTDOORSMAN" },
{ "trait": "INSOMNIA" },
Expand Down
2 changes: 1 addition & 1 deletion data/json/npcs/classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
{
"type": "npc_class",
"id": "NC_CITY_COP",
"name": { "str": "former cop" },
"name": { "str": "Former Cop" },
"job_description": "I used to be a police officer, but I'm just a survivor now.",
"traits": [ { "group": "NPC_starting_traits" }, { "group": "Appearance_demographics" } ],
"common": false,
Expand Down
2 changes: 1 addition & 1 deletion data/json/npcs/isherwood_farm/NPC_Carlos_Isherwood.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "npc_class",
"id": "NC_ISHERWOOD_CARLOS",
"name": { "str": "Carlos Isherwood" },
"job_description": "I'm Jesse's husband, part of the Isherwood family",
"job_description": "I'm Jesse's husband, part of the Isherwood family.",
"traits": [ { "group": "NPC_starting_traits" }, { "group": "Appearance_demographics" } ],
"common": false,
"bonus_per": { "one_in": 4 },
Expand Down

0 comments on commit 2b38de5

Please sign in to comment.