From 0bc52b8f0788b538378cc19660e4ad9ddfdbd191 Mon Sep 17 00:00:00 2001 From: Rhials Date: Fri, 2 Sep 2022 12:45:22 -0400 Subject: [PATCH] Clarifies misinformation in the Sonic Jackhammer design description (#69621) spellcheck: Just to clarify, sonic jackhammers do NOT go through walls. Their printing design text has been modified to reflect this. --- code/modules/research/designs/mining_designs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/designs/mining_designs.dm b/code/modules/research/designs/mining_designs.dm index 4f25bd29c17..4e8165fb7ca 100644 --- a/code/modules/research/designs/mining_designs.dm +++ b/code/modules/research/designs/mining_designs.dm @@ -64,7 +64,7 @@ /datum/design/jackhammer name = "Sonic Jackhammer" - desc = "Essentially a handheld planet-cracker. Can drill through walls with ease as well." + desc = "Essentially a handheld planet-cracker. Rock walls cower in fear when they hear one of these." id = "jackhammer" build_type = PROTOLATHE | AWAY_LATHE materials = list(/datum/material/iron = 6000, /datum/material/glass = 2000, /datum/material/silver = 2000, /datum/material/diamond = 6000)