From 7cd79cc1c83d28b19d4d9cd6467af599e1c5f433 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Thu, 16 Nov 2017 20:52:50 -0500 Subject: [PATCH] grey are a karma race Ask me how long it took to realize --- code/datums/diseases/kingstons.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/diseases/kingstons.dm b/code/datums/diseases/kingstons.dm index b1017ce0fd4..4a07e8b5cc7 100644 --- a/code/datums/diseases/kingstons.dm +++ b/code/datums/diseases/kingstons.dm @@ -57,8 +57,8 @@ permeability_mod = 0.75 desc = "If left untreated the subject will mutate to a different species." severity = BIOHAZARD - var/list/virspecies = list("Human", "Tajaran", "Unathi", "Skrell", "Grey", "Vulpkanin")//no karma races sorrys. - var/list/virsuffix = list("pox", "rot", "flu", "cough", "-gitis", "cold", "rash", "itch") + var/list/virspecies = list("Human", "Tajaran", "Unathi", "Skrell", "Vulpkanin")//no karma races sorrys. + var/list/virsuffix = list("pox", "rot", "flu", "cough", "-gitis", "cold", "rash", "itch", "decay") var/chosentype var/chosensuff