Merge pull request #9050 from VOREStation/upstream-merge-7656

[MIRROR] Graffiti + Filth Fixes
This commit is contained in:
Novacat
2020-09-19 00:37:11 -04:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -220,6 +220,7 @@
target_types += /obj/effect/decal/cleanable/liquid_fuel
target_types += /obj/effect/decal/cleanable/mucus
target_types += /obj/effect/decal/cleanable/dirt
target_types += /obj/effect/decal/cleanable/filth
if(blood)
target_types += /obj/effect/decal/cleanable/blood

View File

@@ -6,6 +6,7 @@
random_icon_states = list("mfloor1", "mfloor2", "mfloor3", "mfloor4", "mfloor5", "mfloor6", "mfloor7")
color = "#464f33"
persistent = TRUE
anchored = 1
/obj/effect/decal/cleanable/filth/Initialize()
. = ..()

View File

@@ -8,6 +8,7 @@
blend_mode = BLEND_MULTIPLY
color = "#000000"
alpha = 120
anchored = 1
var/message
var/graffiti_age = 0