Skip to content

Commit

Permalink
Psychopath->Uncaring (CleverRaven#71415)
Browse files Browse the repository at this point in the history
Moves the dialogue over to the Killer Drive Trait

Co-authored-by: Fris0uman <[email protected]>
Co-authored-by: Kevin Granade <[email protected]>
  • Loading branch information
3 people authored Feb 4, 2024
1 parent 862e0ac commit 1136dab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,9 +1180,9 @@
{
"type": "mutation",
"id": "PSYCHOPATH",
"name": { "str": "Psychopath" },
"name": { "str": "Uncaring" },
"points": 2,
"description": "You don't experience guilt like others do. Even when you know your actions are wrong, you just don't care.",
"description": "You don't feel any remorse or guilt for harming your fellow man.",
"starting_trait": true,
"valid": false,
"social_modifiers": { "intimidate": 5 },
Expand Down
4 changes: 2 additions & 2 deletions data/json/npcs/random_encounters/refugee_caravans.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"responses": [
{
"text": "What if I want to hurt you? I'm so good at it and I've had so much practice.",
"condition": { "u_has_trait": "PSYCHOPATH" },
"condition": { "u_has_trait": "KILLER" },
"topic": "TALK_CARAVAN_REFUGEE_A1_Hurt"
},
{
"text": "What's your situation here?",
"topic": "TALK_CARAVAN_REFUGEE_A1_Job",
"condition": { "not": { "u_has_trait": "PSYCHOPATH" } }
"condition": { "not": { "u_has_trait": "KILLER" } }
},
{ "text": "I don't have time for zombie bait like you.", "topic": "TALK_DONE" }
]
Expand Down

0 comments on commit 1136dab

Please sign in to comment.