diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-09 07:14:02 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-09 07:14:02 -0800 |
commit | e22692bfec9b1e481ce767a4dc319342cf006479 (patch) | |
tree | 82a8ae23fdc4af403cb6435b76e2190a049bc484 /vamp_stuff/Modification_Files | |
parent | Fix more pluralizations. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-e22692bfec9b1e481ce767a4dc319342cf006479.tar.xz |
Expand note regarding permanent summoned items.
Diffstat (limited to 'vamp_stuff/Modification_Files')
-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, |