From 908718cdee099a979f2ccda91543c15c73d9dbed Mon Sep 17 00:00:00 2001 From: SomeGuyEatingPie <94908713+SomeGuyEatingPie@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:56:07 +0100 Subject: [PATCH] Hitchikers Reference Edited the towel description. --- code/modules/reagents/reagent_containers/rags.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/rags.dm b/code/modules/reagents/reagent_containers/rags.dm index 27bf460e..015ac373 100644 --- a/code/modules/reagents/reagent_containers/rags.dm +++ b/code/modules/reagents/reagent_containers/rags.dm @@ -110,7 +110,7 @@ /obj/item/reagent_containers/rag/towel name = "towel" - desc = "A soft cotton towel." + desc = "Make sure you always know where it is." icon = 'icons/obj/items_and_weapons.dmi' icon_state = "towel" item_state = "towel"