diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-04 20:54:02 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-04 20:54:02 -0800 |
commit | 87801c5eae0dae72f6ebb1c4a515ecbf766d7c19 (patch) | |
tree | d5f1478086a2ef30bc5d5ec3e70456864eae7c04 | |
parent | Convert blood weapons to use vanilla martial arts instead of custom techniques. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-87801c5eae0dae72f6ebb1c4a515ecbf766d7c19.tar.xz |
Rename Vampire Vision to Vampire Nightsight
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 2 | ||||
-rw-r--r-- | vamp_stuff/readme | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index b75e919..14fa1d9 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -131,7 +131,7 @@ { "type": "mutation", "id": "VAMP_VISION", - "name": { "str": "Vampire Vision" }, + "name": { "str": "Vampire Nightsight" }, "points": 6, "description": "You are a creature of the night and your eyes are tuned to function in total darkness. Activate to toggle NV-visible areas on or off.", "valid": false, diff --git a/vamp_stuff/readme b/vamp_stuff/readme index 9f255e8..c585153 100644 --- a/vamp_stuff/readme +++ b/vamp_stuff/readme @@ -109,7 +109,7 @@ Change vampire replies to notice if you are a vampire. Add more vampire dreams. Fix the vampire immunity to apply properly. -Come up with better names for vampire vision, vampire fangs, vampire claws. +Come up with better names for vampire fangs, vampire claws. Add a way to become a mage. Add a way to gain spells. |