From 2d74f9f45a180f709e06c1267866ead8f547d7a3 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 31 Jul 2017 08:57:56 -0500 Subject: [PATCH] Fixes a cliffhanger comment --- code/modules/cargo/exports/sheets.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/cargo/exports/sheets.dm b/code/modules/cargo/exports/sheets.dm index 8abc78ac0e..a73529850d 100644 --- a/code/modules/cargo/exports/sheets.dm +++ b/code/modules/cargo/exports/sheets.dm @@ -79,8 +79,7 @@ message = "of reinforced glass" export_types = list(/obj/item/stack/sheet/rglass) -// Bluespace Polycrystals. About as common on the asteroid as - +// Bluespace Polycrystals. Uncommon. /datum/export/stack/bscrystal cost = 750 message = "of bluespace crystals"