From b09946cf8b20b7973bcfbb46b6aa12cc81f1a064 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 6 Jul 2021 07:59:22 -0700 Subject: Remove the gag reply from Isloated Vampires --- .../NPC/v_npc_responds/Isolated/v_lo_responses.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json index 7709184..4e9c472 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json @@ -34,13 +34,6 @@ "effect": { "u_add_trait": "isolatedhere" }, "condition": { "not": { "u_has_trait": "isolatedhere" } } }, - { - "text": "Greetings, my brethren.", - "topic": "TALK_VAMP_LONELY_fakevamp", - "note": "A hidden joke response.", - "effect": { "u_add_trait": "isolatedurfake" }, - "condition": { "and": [ { "u_has_trait": "THRESH_VAMP" }, { "not": { "u_has_trait": "isolatedurfake" } } ] } - }, { "text": "About that quest...", "topic": "TALK_MISSION_INQUIRE", "condition": "has_assigned_mission" }, { "text": "Ummm... You want to stick with me?", "topic": "TALK_VAMP_LONELY_wego" }, { @@ -171,12 +164,5 @@ "effect": [ "follow", { "u_add_trait": "isolatedvampmark" } ] } ] - }, - { - "note": "Vampire rants about your non-traditional way of transformation. Yes, they're talking about C.R.I.T mod's vampire mutation branch.", - "id": "TALK_VAMP_LONELY_fakevamp", - "type": "talk_topic", - "dynamic_line": "You think I'm foolish to believe you as my kind? Trust me, mortal, us vampires are not born by drinking artificial drugs.", - "responses": [ { "text": "Well, atleast I'm alot stronger than you.", "topic": "TALK_VAMP_LONELY" } ] } ] -- cgit v1.2.1