Skip to content

Commit 1136dab

Browse files
DukePaulAtreid3sFris0umankevingranade
authored
Psychopath->Uncaring (CleverRaven#71415)
Moves the dialogue over to the Killer Drive Trait Co-authored-by: Fris0uman <41293484+Fris0uman@users.noreply.github.com> Co-authored-by: Kevin Granade <kevin.granade@gmail.com>
1 parent 862e0ac commit 1136dab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/json/mutations/mutations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,9 +1180,9 @@
11801180
{
11811181
"type": "mutation",
11821182
"id": "PSYCHOPATH",
1183-
"name": { "str": "Psychopath" },
1183+
"name": { "str": "Uncaring" },
11841184
"points": 2,
1185-
"description": "You don't experience guilt like others do. Even when you know your actions are wrong, you just don't care.",
1185+
"description": "You don't feel any remorse or guilt for harming your fellow man.",
11861186
"starting_trait": true,
11871187
"valid": false,
11881188
"social_modifiers": { "intimidate": 5 },

data/json/npcs/random_encounters/refugee_caravans.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"responses": [
4141
{
4242
"text": "What if I want to hurt you? I'm so good at it and I've had so much practice.",
43-
"condition": { "u_has_trait": "PSYCHOPATH" },
43+
"condition": { "u_has_trait": "KILLER" },
4444
"topic": "TALK_CARAVAN_REFUGEE_A1_Hurt"
4545
},
4646
{
4747
"text": "What's your situation here?",
4848
"topic": "TALK_CARAVAN_REFUGEE_A1_Job",
49-
"condition": { "not": { "u_has_trait": "PSYCHOPATH" } }
49+
"condition": { "not": { "u_has_trait": "KILLER" } }
5050
},
5151
{ "text": "I don't have time for zombie bait like you.", "topic": "TALK_DONE" }
5252
]

0 commit comments

Comments
 (0)