diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-16 11:44:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-16 11:44:22 -0700 |
commit | 60fe72622aeab6ddc2cd9c968a26ab54a3c5a6b0 (patch) | |
tree | ea35ca70eb2fed8fc2cf1389af4834ffc8a10b38 | |
parent | Slightly increase healing power of blood synthesis< (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-60fe72622aeab6ddc2cd9c968a26ab54a3c5a6b0.tar.xz |
Update description of transfusion scroll
-rw-r--r-- | vamp_stuff/Modification_Files/Books/v_scrolls.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Books/v_scrolls.json b/vamp_stuff/Modification_Files/Books/v_scrolls.json index 243a112..a3441d4 100644 --- a/vamp_stuff/Modification_Files/Books/v_scrolls.json +++ b/vamp_stuff/Modification_Files/Books/v_scrolls.json @@ -69,7 +69,7 @@ "copy-from": "v_spell_scroll", "id": "v_spell_scroll_t1_blood_transfusion", "name": { "str": "Scroll of Blood Transfusion", "str_pl": "Scrolls of Blood Transfusion" }, - "description": "Drain the life force of a random target within reach.", + "description": "Drain the life force of a target within reach.", "use_action": { "type": "learn_spell", "spells": [ "t1_blood_transfusion" ] } }, { |