mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Synthetic Blood Substitute (#19381)
  changes: - rscadd: "Adds Synthetic Blood Substitute." other info: - ~~shell IPCs have white blood (other IPCs keep their black oil blood)~~ (removed/reverted on request, shells keep black oil blood, no change here with this PR) - organics can optionally pick the SBS blood type to get white blood - this is intended mainly for heavily augmented organics, and you have to be have at least 8 augmented organs or limbs - white blood has no mechanical differences (positive or negative) represented in game, as it is supposed to still just be blood (but with potentially better characteristics) - white blood is incompatible with red blood, both ways, including organ transplantations --------- Co-authored-by: DreamySkrell <>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"physical_status" = list("Active", "*Deceased*", "*SSD*", "*Missing*", "Physically Unfit", "Disabled"),
|
||||
"criminal_status" = list("None", "*Arrest*", "Search", "Incarcerated", "Parolled", "Released"),
|
||||
"mental_status" = list("Stable", "*Insane*", "*Unstable*", "*Watch*"),
|
||||
"medical" = list("A-", "B-", "AB-", "O-", "A+", "B+", "AB+", "O+")
|
||||
"medical" = list("A-", "B-", "AB-", "O-", "A+", "B+", "AB+", "O+", "SBS")
|
||||
)
|
||||
|
||||
/datum/computer_file/program/records/New()
|
||||
|
||||
Reference in New Issue
Block a user