Merge pull request #15643 from bunny232/Ublood

Universal blood accepts bug blood.
This commit is contained in:
Lin
2022-06-01 21:25:53 +00:00
committed by GitHub
+1 -1
View File
@@ -264,7 +264,7 @@
"O-" = list("O-","SY"),
"O+" = list("O-", "O+","SY"),
"L" = list("L","SY"),
"U" = list("A-", "A+", "B-", "B+", "O-", "O+", "AB-", "AB+", "L", "U","SY"),
"U" = list("A-", "A+", "B-", "B+", "O-", "O+", "AB-", "AB+", "L", "U","SY", "BUG"),
"HF" = list("HF", "SY"),
"X*" = list("X*", "SY"),
"SY" = list("SY"),