Merge pull request #4097 from deathride58/theprthatbulliesjanitormains

[READY] Makes walking on tiles slowly make them dirty, similar to Baystation, and adds footstep sounds (Featuring sounds from CEV Eris!)
This commit is contained in:
deathride58
2018-01-18 06:28:04 +00:00
committed by GitHub
39 changed files with 135 additions and 2 deletions
@@ -107,7 +107,8 @@
/datum/objective/crew/clean/check_completion()
for(var/area/A in areas)
for(var/obj/effect/decal/cleanable/C in area_contents(A))
return FALSE
if(C && C.alpha >= 150)
return FALSE
return TRUE
/datum/objective/crew/slipster //ported from old Hippie with adjustments
@@ -181,7 +181,7 @@
/obj/effect/decal/cleanable/flour,
/obj/effect/decal/cleanable/ash,
/obj/effect/decal/cleanable/greenglow,
/obj/effect/decal/cleanable/dirt,
///obj/effect/decal/cleanable/dirt, Cit change - removes dirt from the cleanbot target list to compensate for the mass amount of dirt decals present with footdirt
/obj/effect/decal/cleanable/deadcockroach,
/obj/effect/decal/remains
)