From 9dcac046ef9f09bc1dc60e03426d219e9debcc7c Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sat, 13 May 2017 18:01:40 -0500 Subject: [PATCH] WHOSE FOOTPRINTS ARE THESE --- 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 7727b4d9e9..a39c4fbe93 100644 --- a/code/game/objects/effects/decals/cleanable/humans.dm +++ b/code/game/objects/effects/decals/cleanable/humans.dm @@ -129,7 +129,7 @@ name = "footprints" icon = 'icons/effects/footprints.dmi' icon_state = "nothingwhatsoever" - desc = "where might they lead?" + desc = "WHOSE FOOTPRINTS ARE THESE?" random_icon_states = null var/entered_dirs = 0 var/exited_dirs = 0