From 515b3b891d17f20c5d9d7a295004297b6eb46f4e Mon Sep 17 00:00:00 2001 From: LoliconSlayer <54045237+LoliconSlayer@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:57:23 -0500 Subject: [PATCH] Update statues.dm --- code/game/objects/structures/statues.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/statues.dm b/code/game/objects/structures/statues.dm index cc1c4fe11e45..4550aedf592c 100644 --- a/code/game/objects/structures/statues.dm +++ b/code/game/objects/structures/statues.dm @@ -343,7 +343,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 Colton Oppenheimer, an Elder Atmosian who was capable of bending the laws of thermodynamics to his will." icon_state = "atmos" custom_materials = list(/datum/material/metalhydrogen = MINERAL_MATERIAL_AMOUNT*10, /datum/material/zaukerite = MINERAL_MATERIAL_AMOUNT*15) max_integrity = 1000