From 16b8d91a08def4e2d83971a6cbd7ab3bd5b861d9 Mon Sep 17 00:00:00 2001 From: Markolie Date: Tue, 18 Aug 2015 22:00:27 +0200 Subject: [PATCH] rename computer frame --- code/game/machinery/computer/buildandrepair.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/computer/buildandrepair.dm b/code/game/machinery/computer/buildandrepair.dm index 89a67f6f122..6f8ea8eaf4d 100644 --- a/code/game/machinery/computer/buildandrepair.dm +++ b/code/game/machinery/computer/buildandrepair.dm @@ -3,7 +3,7 @@ /obj/structure/computerframe density = 1 anchored = 0 - name = "Computer-frame" + name = "computer frame" icon = 'icons/obj/stock_parts.dmi' icon_state = "0" var/state = 0 @@ -14,7 +14,7 @@ density = 0 anchored = 0 w_class = 2.0 - name = "Circuit board" + name = "circuit board" icon = 'icons/obj/module.dmi' icon_state = "id_mod" item_state = "electronic"