Skip to content

Commit

Permalink
Merge branch 'master' into assistant-outfit-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon authored Dec 19, 2023
2 parents 1ebb26c + fa00e59 commit 9f9ffc0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/blood_type.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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-"
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-2588.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: SomeguyManperson
changes:
- {bugfix: AB+ blood is no longer incompatible with + bloodtypes}
delete-after: true
5 changes: 5 additions & 0 deletions html/changelogs/AutoChangeLog-pr-2593.yml
Original file line number Diff line number Diff line change
@@ -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
Binary file modified icons/mob/clothing/neck.dmi
Binary file not shown.

0 comments on commit 9f9ffc0

Please sign in to comment.