Graffiti + Filth Fixes (#7656)

This commit is contained in:
Cerebulon
2020-09-18 20:47:00 -07:00
committed by GitHub
parent 5d09044d76
commit 900c2b20e4
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -211,6 +211,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
+1
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()
. = ..()
+1
View File
@@ -8,6 +8,7 @@
blend_mode = BLEND_MULTIPLY
color = "#000000"
alpha = 120
anchored = 1
var/message
var/graffiti_age = 0