From 042fa8c5ff4e4622d123976c23686abf1e79ad2a Mon Sep 17 00:00:00 2001
From: Alomga <34215067+Alomga@users.noreply.github.com>
Date: Tue, 10 Apr 2018 23:02:10 +0200
Subject: [PATCH] Update choking.dm (#37040)
---
code/datums/diseases/advance/symptoms/choking.dm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/code/datums/diseases/advance/symptoms/choking.dm b/code/datums/diseases/advance/symptoms/choking.dm
index 82516ab6ec..81cdad8042 100644
--- a/code/datums/diseases/advance/symptoms/choking.dm
+++ b/code/datums/diseases/advance/symptoms/choking.dm
@@ -99,6 +99,9 @@ Bonus
symptom_delay_min = 14
symptom_delay_max = 30
var/paralysis = FALSE
+ threshold_desc = "Stage Speed 8: Additionally synthesizes pancuronium and sodium thiopental inside the host.
\
+ Transmission 8: Doubles the damage caused by the symptom."
+
/datum/symptom/asphyxiation/Start(datum/disease/advance/A)
if(!..())