From 72c28c91e8888333b950ee9152a0cf325853c4a2 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:58:04 -0700 Subject: [PATCH] [MIRROR] proper description for gene scanner (#10990) Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> --- code/game/objects/items/devices/scanners/gene.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/scanners/gene.dm b/code/game/objects/items/devices/scanners/gene.dm index aa9d88aa4b..12a42414c3 100644 --- a/code/game/objects/items/devices/scanners/gene.dm +++ b/code/game/objects/items/devices/scanners/gene.dm @@ -1,6 +1,6 @@ /obj/item/gene_scanner name = "DNA identifier" - desc = "Assess the cargo sale value of items." + desc = "The GenePeeper 3000, scans and identifies traits enabled by a subject's genetics. Can also scan limbs and organs to identify their dna. Decades of genetic research in your pocket, today! " icon = 'icons/obj/device_alt.dmi' icon_state = "health" flags = NOBLUDGEON