Gives /cleanable.dm "anchored = 1"

This commit is contained in:
swankcookie
2016-01-03 20:43:48 -06:00
parent 7987f8389e
commit a7508350e5
@@ -2,6 +2,7 @@
var/list/random_icon_states = list()
var/blood_state = "" //I'm sorry but cleanable/blood code is ass, and so is blood_DNA
var/bloodiness = 0 //0-100, amount of blood in this decal, used for making footprints and affecting the alpha of bloody footprints
anchored = 1
/obj/effect/decal/cleanable/New()
if (random_icon_states && length(src.random_icon_states) > 0)