From e22692bfec9b1e481ce767a4dc319342cf006479 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 9 Feb 2023 07:14:02 -0800 Subject: Expand note regarding permanent summoned items. --- vamp_stuff/Modification_Files/Spells/v_spell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vamp_stuff/Modification_Files/Spells/v_spell.json b/vamp_stuff/Modification_Files/Spells/v_spell.json index 137d767..6a73f8c 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell.json @@ -30,7 +30,7 @@ "type": "SPELL", "name": { "str": "Vampire Drink" }, "description": "Creates blood.", - "//": "min_duration, max_duration, and duration_increment cannot be zero or the PERMANENT flag will not work.", + "//": "min_duration, max_duration, and duration_increment cannot be zero or the PERMANENT flag will not work. Spell must also be max level or the PERMANENT flag will not work.", "min_duration": 1, "max_duration": 2, "duration_increment": 1, -- cgit v1.2.1