From b88093a324b4287ce2ab2445615903a136a75f95 Mon Sep 17 00:00:00 2001 From: Leshana Date: Wed, 27 Dec 2017 20:20:15 -0500 Subject: [PATCH] Fix a last-minute typo --- code/game/machinery/frame.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/frame.dm b/code/game/machinery/frame.dm index 653b201750..09cbeb2e00 100644 --- a/code/game/machinery/frame.dm +++ b/code/game/machinery/frame.dm @@ -26,7 +26,7 @@ var/frame_size = 5 // Sheets of metal required to build. var/frame_class // Determines construction method. "machine", "computer", "alarm", or "display" var/circuit // Type path of the circuit board that comes built in with this frame. Null to require adding a circuit. - var/frame_style = FRAME_STYLE_WALL // "floor" or "wall" + var/frame_style = FRAME_STYLE_FLOOR // "floor" or "wall" var/x_offset // For wall frames: pixel_x var/y_offset // For wall frames: pixel_y