From c5088eb8d81ad77efd8ed50a7d04fcee3f505d2c Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Sat, 18 Sep 2021 19:21:37 -0400 Subject: [PATCH] Changes the description of a drop of blood --- code/game/objects/effects/decals/Cleanable/humans.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/effects/decals/Cleanable/humans.dm b/code/game/objects/effects/decals/Cleanable/humans.dm index f88a3cb630d..29ef7eb3ad5 100644 --- a/code/game/objects/effects/decals/Cleanable/humans.dm +++ b/code/game/objects/effects/decals/Cleanable/humans.dm @@ -84,7 +84,7 @@ GLOBAL_LIST_EMPTY(splatter_cache) /obj/effect/decal/cleanable/blood/drip name = "drips of blood" - desc = "It's red." + desc = "A drop of blood in an ocean of mess." gender = PLURAL icon = 'icons/effects/drip.dmi' icon_state = "1"