mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user