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