From 0b2641c90b68a4bc4dc4b6a3863d50c481778ce2 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 15 Jun 2022 20:21:00 -0700
Subject: Remove some excess periods in dialogue.

---
 .../Modification_Files/NPC/v_npc_responds/blood-drinking.json     | 8 ++++----
 vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json       | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

(limited to 'vamp_stuff/Modification_Files/NPC')

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" } },
-- 
cgit v1.2.1