Changes datum/reagent/blood's blood_type data from 'null' to "O-" (#29543)

* Update water.dm

* Update water.dm

* Update water.dm
This commit is contained in:
Inferno1882
2025-06-18 15:51:56 -05:00
committed by GitHub
parent fda6dc0de6
commit 2e9060703d
@@ -77,7 +77,7 @@
data = list("donor" = null,
"viruses" = null,
"blood_DNA" = null,
"blood_type" = null,
"blood_type" = "O-",
"blood_colour" = "#A10808",
"resistances" = null,
"trace_chem" = null,