Last staging fixes

This commit is contained in:
Tigercat2000
2016-04-01 16:09:43 -07:00
parent a36ec06fc2
commit 7a41efd1da
11 changed files with 39 additions and 97 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ var/list/advance_cures = list(
for(var/datum/symptom/S in symptoms)
L += S.id
L = sortList(L) // Sort the list so it doesn't matter which order the symptoms are in.
var/result = list2text(L, ":")
var/result = jointext(L, ":")
id = result
return id