diff --git a/code/modules/art/statues.dm b/code/modules/art/statues.dm index 83b40083a3e..7f467a411b4 100644 --- a/code/modules/art/statues.dm +++ b/code/modules/art/statues.dm @@ -198,15 +198,15 @@ abstract_type = /obj/structure/statue/diamond /obj/structure/statue/diamond/captain - name = "statue of THE captain." + name = "statue of THE captain" icon_state = "cap" /obj/structure/statue/diamond/ai1 - name = "statue of the AI hologram." + name = "statue of the AI hologram" icon_state = "ai1" /obj/structure/statue/diamond/ai2 - name = "statue of the AI core." + name = "statue of the AI core" icon_state = "ai2" ////////////////////////bananium///////////////////////////////////////