From 2b2dc88d6fe90272cebebbeadab67a5825887fcd Mon Sep 17 00:00:00 2001 From: rossark <57355448+rossark@users.noreply.github.com> Date: Mon, 12 Apr 2021 19:39:24 +0300 Subject: [PATCH] viro symptom typo fix (#14600) fixes a typo stating wrong treshold --- code/datums/diseases/advance/symptoms/heal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/diseases/advance/symptoms/heal.dm b/code/datums/diseases/advance/symptoms/heal.dm index c19f23ed2a..f563826eb9 100644 --- a/code/datums/diseases/advance/symptoms/heal.dm +++ b/code/datums/diseases/advance/symptoms/heal.dm @@ -384,7 +384,7 @@ var/temp_rate = 1 threshold_desc = list( "Transmission 6" = "Additionally increases temperature adjustment rate and heals those who love toxins", - "Resistance 7" = "Increases healing speed.", + "Stage Speed 7" = "Increases healing speed.", ) /datum/symptom/heal/plasma/Start(datum/disease/advance/A) if(!..())