diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-31 04:39:00 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-31 04:39:00 -0700 |
commit | 825a9e452e87149add4056e7070cfe26a43e46e6 (patch) | |
tree | eba4199297d50723bbc02206dbee3f4823b46119 /vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | |
parent | Fix blood drink trait (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-825a9e452e87149add4056e7070cfe26a43e46e6.tar.xz |
Replace VAMPEYES with VAMP_EYES
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/mutations_vamp.json')
-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 da21d18..22f30cc 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -104,7 +104,7 @@ }, { "type": "mutation", - "id": "VAMPEYES", + "id": "VAMP_EYES", "name": "Red Iris", "mixed_effect": true, "points": 4, @@ -122,7 +122,7 @@ "name": { "str": "Vampire Vision" }, "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.", - "prereqs": [ "VAMPEYES" ], + "prereqs": [ "VAMP_EYES" ], "leads_to": [ "INFRARED" ], "cancels": [ "ELFA_NV", "ELFA_FNV", "FEL_NV", "URSINE_EYE", "NIGHTVISION", "NIGHTVISION2", "NIGHTVISION3" ], "category": [ "VAMP" ], |