summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-23 02:47:51 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-23 02:47:51 -0800
commit5137faa7825db529894823f4cd64e2a504e53a74 (patch)
treec551538ddf6fff3dd267755bbe554d72472a9cf8
parentFix Purge duration. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-5137faa7825db529894823f4cd64e2a504e53a74.tar.xz
Fix Purge to actually cleanse radiation.
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell_effects.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json
index 6ac6554..6a4acaa 100644
--- a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json
+++ b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json
@@ -29,6 +29,7 @@
"desc": [ "Contaminants in your blood are being sought out and expelled." ],
"removes_effects": [ "antibiotic, cureall, datura, depressants, drunk, flushot, fungus, iodine, infected, irradiated, jetinjector, melatonin, panacea, pblue, pkill, pkill1, pkill2, pkill3, pkill_l, recover, spores, stim, stimpack, strong_antibiotic, took_anticonvulsant_visible, took_flumed, took_prozac, took_prozac_bad, took_prozac_visible, took_thorazine, took_thorazine_bad, took_thorazine_visible, took_xanax, took_xanax_visible, tummy_tablet, valium, weak_antibiotic" ],
"blocks_effects": [ "antibiotic, cureall, datura, depressants, drunk, flushot, fungus, iodine, infected, irradiated, jetinjector, melatonin, panacea, pblue, pkill, pkill1, pkill2, pkill3, pkill_l, recover, spores, stim, stimpack, strong_antibiotic, took_anticonvulsant_visible, took_flumed, took_prozac, took_prozac_bad, took_prozac_visible, took_thorazine, took_thorazine_bad, took_thorazine_visible, took_xanax, took_xanax_visible, tummy_tablet, valium, weak_antibiotic" ],
+ "base_mods": { "rad_min": [ -5 ] },
"rating": "good",
"show_in_info": true
},