diff --git a/code/game/machinery/computer/buildandrepair.dm b/code/game/machinery/computer/buildandrepair.dm index f833b642fa8..55f7813398b 100644 --- a/code/game/machinery/computer/buildandrepair.dm +++ b/code/game/machinery/computer/buildandrepair.dm @@ -1,5 +1,6 @@ /obj/structure/frame/computer name = "computer frame" + desc = "A frame for constructing your own computer. Or console. Whichever name you prefer." icon_state = "0" state = 0 diff --git a/code/game/machinery/constructable_frame.dm b/code/game/machinery/constructable_frame.dm index 1f73566987e..fdc6b6650d1 100644 --- a/code/game/machinery/constructable_frame.dm +++ b/code/game/machinery/constructable_frame.dm @@ -1,5 +1,6 @@ /obj/structure/frame name = "frame" + desc = "A generic looking construction frame. One day this will be something greater." icon = 'icons/obj/stock_parts.dmi' icon_state = "box_0" density = TRUE @@ -24,6 +25,7 @@ /obj/structure/frame/machine name = "machine frame" + desc = "The standard frame for most station appliances. Its appearance and function is controlled by the inserted board." var/list/components = null var/list/req_components = null var/list/req_component_names = null // user-friendly names of components diff --git a/code/game/turfs/open/_open.dm b/code/game/turfs/open/_open.dm index 24a5385bec3..bb1b0f1089c 100644 --- a/code/game/turfs/open/_open.dm +++ b/code/game/turfs/open/_open.dm @@ -40,6 +40,7 @@ /turf/open/indestructible name = "floor" + desc = "The floor you walk on. It looks near-impervious to damage." icon = 'icons/turf/floors.dmi' icon_state = "floor" footstep = FOOTSTEP_FLOOR diff --git a/code/game/turfs/open/lava.dm b/code/game/turfs/open/lava.dm index 05d1ee20346..5ce23bbc6ec 100644 --- a/code/game/turfs/open/lava.dm +++ b/code/game/turfs/open/lava.dm @@ -7,6 +7,7 @@ /turf/open/lava name = "lava" icon_state = "lava" + desc = "Looks painful to step in. Don't mine down." gender = PLURAL //"That's some lava." baseturfs = /turf/open/lava //lava all the way down slowdown = 2 diff --git a/code/game/turfs/open/space/transit.dm b/code/game/turfs/open/space/transit.dm index 9e1e9643b26..bf79168cec2 100644 --- a/code/game/turfs/open/space/transit.dm +++ b/code/game/turfs/open/space/transit.dm @@ -1,5 +1,6 @@ /turf/open/space/transit name = "\proper hyperspace" + desc = "What is this, light-speed? We need to go to plaid speed!" // spaceballs was a great movie icon_state = "black" dir = SOUTH baseturfs = /turf/open/space/transit diff --git a/code/modules/holodeck/turfs.dm b/code/modules/holodeck/turfs.dm index fa3dc1a13df..272169c8a71 100644 --- a/code/modules/holodeck/turfs.dm +++ b/code/modules/holodeck/turfs.dm @@ -47,6 +47,7 @@ /turf/open/floor/holofloor/pure_white name = "white floor" + desc = "Hey look, it's the inside of a greytiders mind!" icon_state = "pure_white" /turf/open/floor/holofloor/plating/burnmix @@ -56,6 +57,7 @@ /turf/open/floor/holofloor/grass gender = PLURAL name = "lush grass" + desc = "Looking at the lushious field, you suddenly feel homesick." icon_state = "grass0" bullet_bounce_sound = null tiled_dirt = FALSE @@ -67,6 +69,7 @@ /turf/open/floor/holofloor/beach gender = PLURAL name = "sand" + desc = "This is better than a vacation, since you're still getting paid." icon = 'icons/misc/beach.dmi' icon_state = "sand" bullet_bounce_sound = null @@ -84,12 +87,14 @@ /turf/open/floor/holofloor/beach/water name = "water" + desc = "Gives the impression you can walk on water. Chaplains love it." icon_state = "water" bullet_sizzle = TRUE /turf/open/floor/holofloor/asteroid gender = PLURAL name = "asteroid sand" + desc = "The sand crunches beneath your feet, though it feels soft to the touch." icon_state = "asteroid" tiled_dirt = FALSE @@ -100,6 +105,7 @@ /turf/open/floor/holofloor/basalt gender = PLURAL name = "basalt" + desc = "You still feel hot, despite the cool walls of the holodeck." icon_state = "basalt0" tiled_dirt = FALSE @@ -111,12 +117,14 @@ /turf/open/floor/holofloor/space name = "\proper space" + desc = "Space-looking floor. Thankfully, the deadly aspects of space are not emulated here." icon = 'icons/turf/space.dmi' icon_state = "space" plane = PLANE_SPACE /turf/open/floor/holofloor/hyperspace name = "\proper hyperspace" + desc = "Gives the impression of moving at hyper-speed, without moving. May induce motion sickness." icon = 'icons/turf/space.dmi' icon_state = "speedspace_ns_1" bullet_bounce_sound = null @@ -154,12 +162,13 @@ /turf/open/floor/holofloor/wood icon_state = "wood" + desc = "Makes you feel at home." tiled_dirt = FALSE /turf/open/floor/holofloor/snow gender = PLURAL name = "snow" - desc = "Looks cold." + desc = "The puffy snow clumps together to make a solid-looking floor, though it sinks beneath your feet." icon = 'icons/turf/snow.dmi' icon_state = "snow" slowdown = 2 @@ -172,3 +181,4 @@ /turf/open/floor/holofloor/dark icon_state = "darkfull" + desc = "The surrounding enviroment is so dark you can hardly see yourself." diff --git a/code/modules/power/lighting/light.dm b/code/modules/power/lighting/light.dm index e89414737ca..da965222250 100644 --- a/code/modules/power/lighting/light.dm +++ b/code/modules/power/lighting/light.dm @@ -654,6 +654,7 @@ /obj/machinery/light/floor name = "floor light" + desc = "A lightbulb you can walk on without breaking it, amazing." icon = 'icons/obj/lighting.dmi' base_state = "floor" // base description and icon_state icon_state = "floor"