diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-06 07:59:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-06 07:59:22 -0700 |
commit | b09946cf8b20b7973bcfbb46b6aa12cc81f1a064 (patch) | |
tree | 07e3d82fc114f9136d81e25a94a3d971b962ef5f /vamp_stuff | |
parent | Clean up NPC class descriptions aka goals (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-b09946cf8b20b7973bcfbb46b6aa12cc81f1a064.tar.xz |
Remove the gag reply from Isloated Vampires
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json | 14 |
1 files changed, 0 insertions, 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" } ] } ] |