diff --git a/code/datums/blood_types.dm b/code/datums/blood_types.dm index 496497e67d0c..fea482fef25e 100644 --- a/code/datums/blood_types.dm +++ b/code/datums/blood_types.dm @@ -97,10 +97,10 @@ GLOBAL_LIST_EMPTY(blood_datums) name = "AB+" /datum/blood/human/omin - name = "AB-" + name = "O-" /datum/blood/human/opos - name = "AB+" + name = "O+" /datum/blood/xenomorph name = "??"