diff --git a/code/datums/blood_type.dm b/code/datums/blood_type.dm index 9541699db92c..3fb4e4198566 100644 --- a/code/datums/blood_type.dm +++ b/code/datums/blood_type.dm @@ -28,7 +28,7 @@ /datum/blood_type/ab_plus name = "AB+" - compatible_types = list(/datum/blood_type/b_minus, /datum/blood_type/a_minus, /datum/blood_type/ab_minus, /datum/blood_type/o_minus) + compatible_types = list(/datum/blood_type/b_minus, /datum/blood_type/b_plus, /datum/blood_type/a_minus, /datum/blood_type/a_plus, /datum/blood_type/ab_minus, /datum/blood_type/ab_plus, /datum/blood_type/o_minus, /datum/blood_type/o_plus) /datum/blood_type/o_minus name = "O-" diff --git a/html/changelogs/AutoChangeLog-pr-2588.yml b/html/changelogs/AutoChangeLog-pr-2588.yml new file mode 100644 index 000000000000..40d0075f28cf --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2588.yml @@ -0,0 +1,4 @@ +author: SomeguyManperson +changes: + - {bugfix: AB+ blood is no longer incompatible with + bloodtypes} +delete-after: true diff --git a/html/changelogs/AutoChangeLog-pr-2593.yml b/html/changelogs/AutoChangeLog-pr-2593.yml new file mode 100644 index 000000000000..d83c0d9802bc --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2593.yml @@ -0,0 +1,5 @@ +author: SomeguyManperson +changes: + - {bugfix: obliterated a floating white pixel on the cleaning skillcape} + - {bugfix: skillcapes are no longer missing a pixel on their left side of the front} +delete-after: true diff --git a/icons/mob/clothing/neck.dmi b/icons/mob/clothing/neck.dmi index 63368044af97..cd64b37eaf3c 100644 Binary files a/icons/mob/clothing/neck.dmi and b/icons/mob/clothing/neck.dmi differ