From 3e1ae0e374f59f6acc6668914470f66a04590d91 Mon Sep 17 00:00:00 2001 From: CMOisLing Date: Sun, 28 Aug 2022 14:06:37 -0400 Subject: [PATCH] Removes threshold It didnt do anything anyway --- code/datums/diseases/advance/symptoms/heal.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/diseases/advance/symptoms/heal.dm b/code/datums/diseases/advance/symptoms/heal.dm index 265ede7aa281..e85dc4e2c414 100644 --- a/code/datums/diseases/advance/symptoms/heal.dm +++ b/code/datums/diseases/advance/symptoms/heal.dm @@ -238,7 +238,6 @@ var/active_coma = FALSE //to prevent multiple coma procs threshold_descs = list( "Stealth 2" = "Host appears to die when falling into a coma.", - "Resistance 4" = "The virus also stabilizes the host while they are in critical condition.", "Stage Speed 7" = "Increases healing speed.", )