From 1175a83e8865a0481632a5847a182180ef481f2c Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Tue, 9 Oct 2018 14:31:15 -0400 Subject: [PATCH] Correct blue space to bluespace (#40746) --- code/game/objects/items/storage/backpack.dm | 2 +- code/modules/awaymissions/gateway.dm | 2 +- code/modules/mining/equipment/wormhole_jaunter.dm | 2 +- code/modules/research/designs/bluespace_designs.dm | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index c38bca0bca1..925bf195423 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -40,7 +40,7 @@ /obj/item/storage/backpack/holding name = "bag of holding" - desc = "A backpack that opens into a localized pocket of Blue Space." + desc = "A backpack that opens into a localized pocket of bluespace." icon_state = "holdingpack" item_state = "holdingpack" resistance_flags = FIRE_PROOF diff --git a/code/modules/awaymissions/gateway.dm b/code/modules/awaymissions/gateway.dm index 30c393253d7..007f049126b 100644 --- a/code/modules/awaymissions/gateway.dm +++ b/code/modules/awaymissions/gateway.dm @@ -249,5 +249,5 @@ GLOBAL_DATUM(the_gateway, /obj/machinery/gateway/centerstation) /obj/item/paper/fluff/gateway - info = "Congratulations,

Your station has been selected to carry out the Gateway Project.

The equipment will be shipped to you at the start of the next quarter.
You are to prepare a secure location to house the equipment as outlined in the attached documents.

--Nanotrasen Blue Space Research" + info = "Congratulations,

Your station has been selected to carry out the Gateway Project.

The equipment will be shipped to you at the start of the next quarter.
You are to prepare a secure location to house the equipment as outlined in the attached documents.

--Nanotrasen Bluespace Research" name = "Confidential Correspondence, Pg 1" diff --git a/code/modules/mining/equipment/wormhole_jaunter.dm b/code/modules/mining/equipment/wormhole_jaunter.dm index 5e2e8bdd5af..158f0788890 100644 --- a/code/modules/mining/equipment/wormhole_jaunter.dm +++ b/code/modules/mining/equipment/wormhole_jaunter.dm @@ -1,7 +1,7 @@ /**********************Jaunter**********************/ /obj/item/wormhole_jaunter name = "wormhole jaunter" - desc = "A single use device harnessing outdated wormhole technology, Nanotrasen has since turned its eyes to blue space for more accurate teleportation. The wormholes it creates are unpleasant to travel through, to say the least.\nThanks to modifications provided by the Free Golems, this jaunter can be worn on the belt to provide protection from chasms." + desc = "A single use device harnessing outdated wormhole technology, Nanotrasen has since turned its eyes to bluespace for more accurate teleportation. The wormholes it creates are unpleasant to travel through, to say the least.\nThanks to modifications provided by the Free Golems, this jaunter can be worn on the belt to provide protection from chasms." icon = 'icons/obj/mining.dmi' icon_state = "Jaunter" item_state = "electronic" diff --git a/code/modules/research/designs/bluespace_designs.dm b/code/modules/research/designs/bluespace_designs.dm index ca0c3762f9b..4060297f382 100644 --- a/code/modules/research/designs/bluespace_designs.dm +++ b/code/modules/research/designs/bluespace_designs.dm @@ -1,11 +1,11 @@ ///////////////////////////////////////// -//////////////Blue Space///////////////// +///////////////Bluespace///////////////// ///////////////////////////////////////// /datum/design/beacon name = "Tracking Beacon" - desc = "A blue space tracking beacon." + desc = "A bluespace tracking beacon." id = "beacon" build_type = PROTOLATHE materials = list(MAT_METAL = 150, MAT_GLASS = 100)