From 75a88981558efe35f20c5afeb5fd9591c79a3a39 Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Sun, 31 Jan 2021 12:43:15 +0100 Subject: [PATCH] Fix thermal shock damage Closes https://github.com/EDCD/coriolis/issues/555 --- modifications/modifierActions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index a03a83a..524136b 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -266,7 +266,7 @@ "special_thermal_conduit": {}, "special_thermal_vent": {}, "special_thermalshock": { - "damage": -0.2 + "damage": -0.1 }, "special_penetrator_munitions": { },