summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-09 07:14:02 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-09 07:14:02 -0800
commite22692bfec9b1e481ce767a4dc319342cf006479 (patch)
tree82a8ae23fdc4af403cb6435b76e2190a049bc484
parentFix more pluralizations. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-e22692bfec9b1e481ce767a4dc319342cf006479.tar.xz
Expand note regarding permanent summoned items.
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell.json2
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,