Skip to content

Commit

Permalink
fix bad blood name (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Jul 30, 2024
1 parent 31e1139 commit a076124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/blood_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "??"
Expand Down

0 comments on commit a076124

Please sign in to comment.