This commit is contained in:
silicons
2020-12-26 20:50:28 -08:00
parent d3414a4d23
commit bfb3d087c3
5 changed files with 16 additions and 16 deletions
@@ -6,7 +6,7 @@
/// 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/wiped_by_floor_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,7 +64,7 @@
beauty = -75
mergeable_decal = TRUE
persistent = TRUE
wiped_by_turf_change = TRUE
wiped_by_floor_change = TRUE
/obj/effect/decal/cleanable/dirt/Initialize(mapload)
. = ..()