From c8ea983267618b1d3481ce772c550ef1544a2fbe Mon Sep 17 00:00:00 2001 From: Samuel Rowe Date: Thu, 7 May 2015 11:20:14 +1200 Subject: [PATCH] More --- code/modules/food&drinks/food/snacks.dm | 2 +- code/modules/hydroponics/seeds.dm | 2 +- code/modules/power/solar.dm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/food&drinks/food/snacks.dm b/code/modules/food&drinks/food/snacks.dm index f34b33fb441..919e6e0a62b 100644 --- a/code/modules/food&drinks/food/snacks.dm +++ b/code/modules/food&drinks/food/snacks.dm @@ -1,6 +1,6 @@ /obj/item/weapon/reagent_containers/food/snacks name = "snack" - desc = "yummy" + desc = "Yummy." icon = 'icons/obj/food/food.dmi' icon_state = null var/bitesize = 2 diff --git a/code/modules/hydroponics/seeds.dm b/code/modules/hydroponics/seeds.dm index 3d63316edaa..69d9203a6c1 100644 --- a/code/modules/hydroponics/seeds.dm +++ b/code/modules/hydroponics/seeds.dm @@ -3,7 +3,7 @@ // ******************************************************** /obj/item/seeds - name = "pack of seeds" + name = "A pack of seeds." icon = 'icons/obj/hydroponics/seeds.dmi' icon_state = "seed" //Unknown plant seed - these shouldn't exist in-game. w_class = 1 //Pocketable. diff --git a/code/modules/power/solar.dm b/code/modules/power/solar.dm index 36d4fe99f60..77c4aa75751 100644 --- a/code/modules/power/solar.dm +++ b/code/modules/power/solar.dm @@ -3,7 +3,7 @@ /obj/machinery/power/solar name = "solar panel" - desc = "A solar electrical generator." + desc = "A solar panel. Generates electricity when in contact with sunlight." icon = 'icons/obj/power.dmi' icon_state = "sp_base" anchored = 1 @@ -200,7 +200,7 @@ /obj/item/solar_assembly name = "solar panel assembly" - desc = "A solar panel assembly kit, allows constructions of a solar panel, or with a tracking circuit board, a solar tracker" + desc = "A solar panel assembly kit, allows constructions of a solar panel, or with a tracking circuit board, a solar tracker." icon = 'icons/obj/power.dmi' icon_state = "sp_base" item_state = "electropack"