From 6d46c911bb6d1e4bbd8190e68c2b229238b4e028 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 1 Nov 2020 11:30:21 +0100 Subject: [PATCH] [MIRROR] Corrects the Chisel Description (The Pettiest PR Ever Made) (#1532) * Corrects the Chisel Description (#54711) * Corrects the Chisel Description (The Pettiest PR Ever Made) Co-authored-by: EOBGames <58124831+EOBGames@users.noreply.github.com> --- code/game/objects/structures/statues.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/statues.dm b/code/game/objects/structures/statues.dm index a2e80bff4ae..f73eeeeb76d 100644 --- a/code/game/objects/structures/statues.dm +++ b/code/game/objects/structures/statues.dm @@ -277,7 +277,7 @@ /obj/structure/statue/elder_atmosian name = "Elder Atmosian" - desc = "A statue of an Elder Atmosian, capable of bending the laws of thermodynamics to their will" + desc = "A statue of an Elder Atmosian, capable of bending the laws of thermodynamics to their will." icon_state = "eng" custom_materials = list(/datum/material/metalhydrogen = MINERAL_MATERIAL_AMOUNT*10) max_integrity = 1000 @@ -286,7 +286,7 @@ /obj/item/chisel name = "chisel" - desc = "breaking and making art since 4000 BC. This one uses advanced technology to allow creation of lifelike moving statues." + desc = "Breaking and making art since 4000 BC. This one uses advanced technology to allow the creation of lifelike moving statues." icon = 'icons/obj/statue.dmi' icon_state = "chisel" inhand_icon_state = "screwdriver_nuke"