Skip to content

Commit

Permalink
fixes disease id sorting for view
Browse files Browse the repository at this point in the history
  • Loading branch information
zeskorion committed Jan 27, 2024
1 parent b67c988 commit ed45da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/diseases/advance/advance.dm
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
stage_prob = max(stage_rate, 2)
SetDanger(severity)
GenerateCure()
symptoms = sort_list(symptoms, , GLOBAL_PROC_REF(cmp_advdisease_symptomid_asc))
symptoms = sort_list(symptoms, GLOBAL_PROC_REF(cmp_advdisease_symptomid_asc))



Expand Down

0 comments on commit ed45da5

Please sign in to comment.