fixes assigning virus name for Kingstons

This commit is contained in:
Birdtalon
2018-08-03 19:56:19 +01:00
parent 0ceb26aa39
commit 5bd4a2c125
+1 -1
View File
@@ -66,7 +66,7 @@
chosentype = pick(virspecies)
chosensuff = pick(virsuffix)
name = "[chosentype] [chosensuff]"
name = "[chosentype.name] [chosensuff]"
/datum/disease/kingstons/advanced/stage_act()
..()