diff options
| -rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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, | 
