diff --git a/code/game/objects/structures/girders.dm b/code/game/objects/structures/girders.dm index 04b29784e42..0a3dbb928bc 100644 --- a/code/game/objects/structures/girders.dm +++ b/code/game/objects/structures/girders.dm @@ -28,7 +28,7 @@ if(GIRDER_DISASSEMBLED) . += "[src] is disassembled! You probably shouldn't be able to see this examine message." -/obj/structre/girder/detailed_examine() +/obj/structure/girder/detailed_examine() return "Use metal sheets on this to build a normal wall. Adding plasteel instead will make a reinforced wall.
\ A false wall can be made by using a crowbar on this girder, and then adding metal or plasteel.
\ You can dismantle the girder with a wrench."