summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-06 12:53:56 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-06 12:53:56 -0700
commit82616ca226a293b81725cadd2be343af12dae777 (patch)
treeaa1bd2ee2e206b4fe16aad2a2113aecbdb29b906 /vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json
parentUpdate readme (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-82616ca226a293b81725cadd2be343af12dae777.tar.xz
Prevent embracing or ghouling existing ghouls and blooddolls
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json10
1 files changed, 9 insertions, 1 deletions
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 ef9a865..d633f72 100644
--- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json
+++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json
@@ -9,6 +9,8 @@
"condition": { "and": [
{ "u_has_trait": "THRESH_VAMP" },
{ "not": { "npc_has_trait": "THRESH_VAMP" } },
+ { "not": { "npc_has_trait": "VAMP_GHOUL" } },
+ { "not": { "npc_has_trait": "VAMP_BLOODDOLL" } },
{ "not": "is_by_radio" },
{ "not": "u_driving" },
{ "not": "npc_driving" }
@@ -25,7 +27,9 @@
{
"text": "*Consider making the stranger into a ghoul*.",
"condition": { "and": [
- { "u_has_trait": "THRESH_VAMP" },
+ { "not": { "npc_has_trait": "THRESH_VAMP" } },
+ { "not": { "npc_has_trait": "VAMP_GHOUL" } },
+ { "not": { "npc_has_trait": "VAMP_BLOODDOLL" } },
{ "not": "is_by_radio" },
{ "not": "u_driving" },
{ "not": "npc_driving" }
@@ -44,6 +48,8 @@
"condition": { "and": [
{ "u_has_trait": "THRESH_VAMP" },
{ "not": { "npc_has_trait": "THRESH_VAMP" } },
+ { "not": { "npc_has_trait": "VAMP_GHOUL" } },
+ { "not": { "npc_has_trait": "VAMP_BLOODDOLL" } },
{ "not": "is_by_radio" },
{ "not": "u_driving" },
{ "not": "npc_driving" }
@@ -69,6 +75,8 @@
"condition": { "and": [
{ "u_has_trait": "THRESH_VAMP" },
{ "not": { "npc_has_trait": "THRESH_VAMP" } },
+ { "not": { "npc_has_trait": "VAMP_GHOUL" } },
+ { "not": { "npc_has_trait": "VAMP_BLOODDOLL" } },
{ "not": "is_by_radio" },
{ "not": "u_driving" },
{ "not": "npc_driving" }