diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-21 08:25:54 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-21 08:25:54 -0700 |
commit | c6b2bb1ec8e109445eda5304261c56c856cfe67f (patch) | |
tree | a60b5186a416573a9f8c511e2fe491ef262714ab /vamp_stuff | |
parent | Update readme (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-c6b2bb1ec8e109445eda5304261c56c856cfe67f.tar.xz |
Remove no-longer-existing tetanus status from vamp immunity
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Others/v_effects.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json index 7f2cb3f..6f34a44 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -6,12 +6,12 @@ "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "stim_overdose", "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", - "tetanus", "common_cold", "flu" ], + "common_cold", "flu" ], "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "stim_overdose", "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", - "tetanus", "common_cold", "flu" ] + "common_cold", "flu" ] }, { "type": "effect_type", |