diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-09 00:02:57 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-09 00:02:57 -0700 |
commit | 7d952a8d20acc8431f0ee5d9bfd5d698ee1d4f0d (patch) | |
tree | 39c8e9e0fa6630ee790813df3cf5b67d1929ca83 /vamp_stuff/Modification_Files/Mutation | |
parent | Add trait to link thirst and hunger. And later to indicate blood addiction. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-7d952a8d20acc8431f0ee5d9bfd5d698ee1d4f0d.tar.xz |
Rename VAMPCLAWS and VAMPFANGS to VAMP_CLAWS and VAMP_FANGS
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 4 |
1 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 02e5265..f8d1430 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -154,7 +154,7 @@ }, { "type": "mutation", - "id": "VAMPFANGS", + "id": "VAMP_FANGS", "name": "Vampire Fangs", "points": 2, "visibility": 0, @@ -177,7 +177,7 @@ }, { "type": "mutation", - "id": "VAMPCLAWS", + "id": "VAMP_CLAWS", "name": { "str": "Vampire Claws" }, "points": 2, "visibility": 0, |