diff --git a/data/mods/Xedra_Evolved/spells/item_spells.json b/data/mods/Xedra_Evolved/spells/item_spells.json index 606195dfa25d0..c90e0a1792c0f 100644 --- a/data/mods/Xedra_Evolved/spells/item_spells.json +++ b/data/mods/Xedra_Evolved/spells/item_spells.json @@ -157,13 +157,14 @@ "flags": [ "SILENT", "NO_LEGS" ], "difficulty": 0, "shape": "blast", + "affected_body_parts": [ "torso", "head", "arm_l", "leg_l", "arm_r", "leg_r" ], "message": "The sandwich is a flavor beyond time and space, and as you lick your fingers clean you feel your youth return to you - Wait, no, Your wounds are just healing.", "effect": "attack", "spell_class": "NONE", - "min_dot": -2, - "max_dot": -2, - "min_duration": 300, - "max_duration": 300 + "min_dot": -10, + "max_dot": -10, + "min_duration": 3000, + "max_duration": 3000 }, { "id": "bio_explosion",