From 0c878c9a219b12cdee5b771650ac5e1cd098a661 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 12 Sep 2022 01:43:35 -0700 Subject: Fix a bunch of places I forgot to update the vampirism trait ID. --- vamp_stuff/Modification_Files/Spells/v_spell_fields.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells') diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_fields.json b/vamp_stuff/Modification_Files/Spells/v_spell_fields.json index bf4139e..4f26ef3 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_fields.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_fields.json @@ -59,7 +59,7 @@ "underwater_age_speedup": "2 minutes", "decay_amount_factor": 3, "is_splattering": true, - "immunity_data": { "traits": [ "THRESH_VAMP" ] }, + "immunity_data": { "traits": [ "THRESH_REAL_VAMP" ] }, "half_life": "20 minutes", "phase": "liquid", "accelerated_decay": true, @@ -87,7 +87,7 @@ ], "priority": 1, "decay_amount_factor": 25, - "immunity_data": { "traits": [ "THRESH_VAMP" ] }, + "immunity_data": { "traits": [ "THRESH_REAL_VAMP" ] }, "half_life": "2 seconds", "phase": "gas", "accelerated_decay": true, -- cgit v1.2.1