mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
14 lines
424 B
Plaintext
14 lines
424 B
Plaintext
/obj/effect/decal/cleanable/filth
|
|
name = "filth"
|
|
desc = "Disgusting. Someone from last shift didn't do their job properly."
|
|
icon = 'icons/effects/blood.dmi'
|
|
icon_state = "mfloor1"
|
|
random_icon_states = list("mfloor1", "mfloor2", "mfloor3", "mfloor4", "mfloor5", "mfloor6", "mfloor7")
|
|
color = "#464f33"
|
|
anchored = TRUE
|
|
persistent = TRUE
|
|
|
|
/obj/effect/decal/cleanable/filth/Initialize()
|
|
. = ..()
|
|
alpha = rand(180,220)
|