diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-15 20:21:00 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-15 20:21:00 -0700 | 
| commit | 0b2641c90b68a4bc4dc4b6a3863d50c481778ce2 (patch) | |
| tree | 2de43b4ca3cef765780f896ca4f9afe1afb8483f /vamp_stuff/Modification_Files/NPC/v_npc_responds | |
| parent | Move obsoletion.json to prevent load errors. (diff) | |
| download | cataclysm-bn-mod_vampire-stuff-redone-0b2641c90b68a4bc4dc4b6a3863d50c481778ce2.tar.xz | |
Remove some excess periods in dialogue.
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds')
| -rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json | 8 | ||||
| -rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json | 8 | 
2 files changed, 8 insertions, 8 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json index 0e01110..18062c7 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json @@ -5,7 +5,7 @@      "type": "talk_topic",      "responses": [        { -        "text": "*Consider drinking their blood*.", +        "text": "*Consider drinking their blood*",          "condition": { "and": [            { "u_has_trait": "THRESH_VAMP" },            { "not": { "npc_has_trait": "THRESH_VAMP" } }, @@ -23,7 +23,7 @@      "type": "talk_topic",      "responses": [        { -        "text": "*Consider drinking their blood*.", +        "text": "*Consider drinking their blood*",          "condition": { "and": [            { "u_has_trait": "THRESH_VAMP" },            { "not": { "npc_has_trait": "THRESH_VAMP" } }, @@ -41,7 +41,7 @@      "type": "talk_topic",      "responses": [        { -        "text": "No, these are my feeding grounds!.", +        "text": "No, these are my feeding grounds!",          "condition": { "and": [            { "u_has_trait": "THRESH_VAMP" },            { "not": "is_by_radio" }, @@ -60,7 +60,7 @@      "type": "talk_topic",      "responses": [        { -        "text": "No, these are my feeding grounds!.", +        "text": "No, these are my feeding grounds!",         "condition": { "and": [            { "u_has_trait": "THRESH_VAMP" },            { "not": "is_by_radio" }, diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json index ba22b1e..a129c2c 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json @@ -5,7 +5,7 @@      "type": "talk_topic",      "responses": [        { -        "text": "*Consider making your follower into a ghoul*.", +        "text": "*Consider making your follower into a ghoul*",          "condition": { "and": [            { "u_has_trait": "THRESH_VAMP" },            { "not": { "npc_has_trait": "THRESH_VAMP" } }, @@ -25,7 +25,7 @@      "type": "talk_topic",      "responses": [        { -        "text": "*Consider making the stranger into a ghoul*.", +        "text": "*Consider making the stranger into a ghoul*",          "condition": { "and": [            { "not": { "npc_has_trait": "THRESH_VAMP" } },            { "not": { "npc_has_trait": "VAMP_GHOUL" } }, @@ -268,7 +268,7 @@      "type": "talk_topic",      "responses": [        { -        "text": "We'll see who is giving orders after I enslave you!.", +        "text": "We'll see who is giving orders after I enslave you!",         "condition": { "and": [            { "u_has_trait": "THRESH_VAMP" },            { "not": { "npc_has_trait": "THRESH_VAMP" } }, @@ -290,7 +290,7 @@      "type": "talk_topic",      "responses": [        { -        "text": "We'll see who is giving orders after I enslave you!.", +        "text": "We'll see who is giving orders after I enslave you!",         "condition": { "and": [            { "u_has_trait": "THRESH_VAMP" },            { "not": { "npc_has_trait": "THRESH_VAMP" } },  | 
