This commit is contained in:
silicons
2020-12-26 20:09:24 -08:00
parent 9f130e0c5a
commit b7cd14b41e
2 changed files with 2 additions and 1 deletions

View File

@@ -86,7 +86,7 @@
LAZYINITLIST(data[text_z]) LAZYINITLIST(data[text_z])
LAZYINITLIST(data[text_z][text_x]) LAZYINITLIST(data[text_z][text_x])
LAZYINITLIST(data[text_z][text_x][text_y]) LAZYINITLIST(data[text_z][text_x][text_y])
if(storing.persistence_allow_stacking) if(saving.persistence_allow_stacking)
serializing["__PATH__"] = path serializing["__PATH__"] = path
data[text_z][text_x][text_y] += serializing data[text_z][text_x][text_y] += serializing
else else

View File

@@ -9,6 +9,7 @@
color = BLOOD_COLOR_HUMAN //default so we don't have white splotches everywhere. color = BLOOD_COLOR_HUMAN //default so we don't have white splotches everywhere.
beauty = -100 beauty = -100
persistent = TRUE persistent = TRUE
var/fixed_color = FALSE
/obj/effect/decal/cleanable/blood/replace_decal(obj/effect/decal/cleanable/blood/C) /obj/effect/decal/cleanable/blood/replace_decal(obj/effect/decal/cleanable/blood/C)
if (C.blood_DNA) if (C.blood_DNA)