Virus Neuter Fix (#31392)

This commit is contained in:
Robustin
2017-10-07 19:01:30 -04:00
committed by CitadelStationBot
parent d600df9ba2
commit 98a34c2211
+3 -2
View File
@@ -290,9 +290,10 @@
if(!id)
var/list/L = list()
for(var/datum/symptom/S in symptoms)
L += S.id
if(S.neutered)
L += "N"
L += "[S.id]N"
else
L += S.id
L = sortList(L) // Sort the list so it doesn't matter which order the symptoms are in.
var/result = jointext(L, ":")
id = result