From 421a16b49f645e2736cc7221da2f4fb48fdf5f4d Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Thu, 7 May 2020 21:52:43 +0200 Subject: [PATCH] Makes trail_holders invisible upon examine. Fixing the client hanging/crashing --- code/game/objects/effects/decals/Cleanable/humans.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/effects/decals/Cleanable/humans.dm b/code/game/objects/effects/decals/Cleanable/humans.dm index 7e626584780..1e7ad8397ee 100644 --- a/code/game/objects/effects/decals/Cleanable/humans.dm +++ b/code/game/objects/effects/decals/Cleanable/humans.dm @@ -112,7 +112,8 @@ GLOBAL_LIST_EMPTY(splatter_cache) /obj/effect/decal/cleanable/trail_holder //not a child of blood on purpose name = "blood" - icon_state = "ltrails_1" + icon = 'icons/effects/effects.dmi' + icon_state = "nothing" desc = "Your instincts say you shouldn't be following these." gender = PLURAL density = FALSE