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..3a7c1afdf0d 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