Skip to content

Commit

Permalink
Update NPC faction from wasteland_scavenger to no_faction (#35633)
Browse files Browse the repository at this point in the history
* Update bone seer faction to no_faction

* Arsonist, hunter and mercenarie scavenger are not part of the same faction
  • Loading branch information
Fris0uman authored and ZhilkinSerg committed Nov 22, 2019
1 parent 369cc42 commit 198a526
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/NPC_Brigitte_LaCroix.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"attitude": 7,
"mission": 3,
"chat": "TALK_BONE_SEER",
"faction": "wasteland_scavengers",
"faction": "no_faction",
"mission_offered": "MISSION_SEER_GATHER_BONE"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"attitude": 0,
"mission": 3,
"chat": "TALK_ARSONIST",
"faction": "wasteland_scavengers"
"faction": "no_faction"
},
{
"type": "talk_topic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"attitude": 0,
"mission": 7,
"chat": "TALK_EVAC_HUNTER",
"faction": "wasteland_scavengers"
"faction": "no_faction"
},
{
"id": "TALK_EVAC_HUNTER",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"attitude": 0,
"mission": 7,
"chat": "TALK_SCAVENGER_MERC",
"faction": "wasteland_scavengers"
"faction": "no_faction"
},
{
"type": "npc_class",
Expand Down

0 comments on commit 198a526

Please sign in to comment.