mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
poggy?
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user