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"