From 211a3f2f939aa3bf21b0c322255c5bcf841b6e2b Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Mon, 21 Oct 2019 09:29:42 -0400 Subject: [PATCH] bad humor what am i doing --- code/modules/research/research_disk.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/research_disk.dm b/code/modules/research/research_disk.dm index 1c153a06dd..f97f9bd5fc 100644 --- a/code/modules/research/research_disk.dm +++ b/code/modules/research/research_disk.dm @@ -31,8 +31,8 @@ stored_research = new /datum/techweb/syndicate /obj/item/disk/tech_disk/abductor - name = "Alien technology desk" - desc = "A technology disk that holds the secrets of the Grays." + name = "Gray technology desk" + desc = "You feel like it's not Gray because of its color." materials = list() /obj/item/disk/tech_disk/abductor/Initialize()