This commit is contained in:
silicons
2020-12-26 20:47:50 -08:00
parent dafc6bf89f
commit d3414a4d23
5 changed files with 21 additions and 0 deletions
@@ -5,6 +5,8 @@
var/persistent = FALSE
/// Can we stack multiple in one tile?
var/persistence_allow_stacking = FALSE
/// Are we deleted by turf changes?
var/wiped_by_turf_change = FALSE
var/list/random_icon_states = null
var/blood_state = "" //I'm sorry but cleanable/blood code is ass, and so is blood_DNA
@@ -64,6 +64,7 @@
beauty = -75
mergeable_decal = TRUE
persistent = TRUE
wiped_by_turf_change = TRUE
/obj/effect/decal/cleanable/dirt/Initialize(mapload)
. = ..()