From 0b2641c90b68a4bc4dc4b6a3863d50c481778ce2 Mon Sep 17 00:00:00 2001 From: jc_gargma 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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json') 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" }, -- cgit v1.2.1