From b648ef4c7abccf7adf8d1dab32bf504472a9cdd0 Mon Sep 17 00:00:00 2001 From: Elli-Skala <69182855+Elli-Skala@users.noreply.github.com> Date: Thu, 17 Jun 2021 00:04:19 -0400 Subject: [PATCH] Update strange_rock.dm --- code/modules/research/xenoarch/strange_rock.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/research/xenoarch/strange_rock.dm b/code/modules/research/xenoarch/strange_rock.dm index 9f661c68..6802924f 100644 --- a/code/modules/research/xenoarch/strange_rock.dm +++ b/code/modules/research/xenoarch/strange_rock.dm @@ -96,8 +96,6 @@ to_chat(user,"You must stand still to scan.") return playsound(loc, HM.usesound, 50, 1, -1) - to_chat(user,"Base Depth: [itembasedepth] centimeters.") - to_chat(user,"Safe Depth: [itemsafedepth] centimeters.") to_chat(user,"Item Depth: [itemactualdepth] centimeters.") if(istype(W,/obj/item/xenoarch/help/measuring)) var/obj/item/xenoarch/help/measuring/HM = W