Skip to content

Commit a076124

Browse files
authored
fix bad blood name (#1038)
1 parent 31e1139 commit a076124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/datums/blood_types.dm

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ GLOBAL_LIST_EMPTY(blood_datums)
9797
name = "AB+"
9898

9999
/datum/blood/human/omin
100-
name = "AB-"
100+
name = "O-"
101101

102102
/datum/blood/human/opos
103-
name = "AB+"
103+
name = "O+"
104104

105105
/datum/blood/xenomorph
106106
name = "??"

0 commit comments

Comments
 (0)