From b5eec907c042840b54a0d70ec62af519c29319c9 Mon Sep 17 00:00:00 2001 From: Brightdawn~ Date: Mon, 15 Aug 2016 06:31:42 +0100 Subject: [PATCH 1/2] Minor text fixes. Changes description of rainbow shoes. Adds description for: Potted Plant Plating --- code/game/objects/structures/flora.dm | 1 + code/game/turfs/simulated/floor.dm | 1 + code/modules/clothing/shoes/colour.dm | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index d868ebfa517..fc4a9c48ca6 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -75,6 +75,7 @@ /obj/structure/flora/pottedplant name = "potted plant" + desc = "Really ties the room together." icon = 'icons/obj/plants.dmi' icon_state = "plant-26" diff --git a/code/game/turfs/simulated/floor.dm b/code/game/turfs/simulated/floor.dm index df3be0077f5..a487dc252c8 100644 --- a/code/game/turfs/simulated/floor.dm +++ b/code/game/turfs/simulated/floor.dm @@ -1,5 +1,6 @@ /turf/simulated/floor name = "plating" + desc = "Unfinished flooring" icon = 'icons/turf/flooring/plating.dmi' icon_state = "plating" diff --git a/code/modules/clothing/shoes/colour.dm b/code/modules/clothing/shoes/colour.dm index f79b7ca4f03..43bcce5e51b 100644 --- a/code/modules/clothing/shoes/colour.dm +++ b/code/modules/clothing/shoes/colour.dm @@ -46,7 +46,7 @@ /obj/item/clothing/shoes/rainbow name = "rainbow shoes" - desc = "Very gay shoes." + desc = "Very colourful shoes." icon_state = "rain_bow" /obj/item/clothing/shoes/flats From 50a93f98b1da8c65e0b7a142b24c5bfb8c0cc7e2 Mon Sep 17 00:00:00 2001 From: ColaFiend Date: Mon, 15 Aug 2016 09:52:38 +0100 Subject: [PATCH 2/2] Update floor.dm --- code/game/turfs/simulated/floor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/turfs/simulated/floor.dm b/code/game/turfs/simulated/floor.dm index a487dc252c8..3a7c1afdf0d 100644 --- a/code/game/turfs/simulated/floor.dm +++ b/code/game/turfs/simulated/floor.dm @@ -1,6 +1,6 @@ /turf/simulated/floor name = "plating" - desc = "Unfinished flooring" + desc = "Unfinished flooring." icon = 'icons/turf/flooring/plating.dmi' icon_state = "plating"