From f2a16fc3cdd39e73296097f3bfdca57138e8dbcf Mon Sep 17 00:00:00 2001 From: NicholasDV Date: Sun, 9 Jun 2013 03:16:51 -0400 Subject: [PATCH] This just fixes a small typo in build mode. Specifically, the throw and select buttons were 'switched' in some instructions. This quickly fixes that! closes #3001 --- code/WorkInProgress/buildmode.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/WorkInProgress/buildmode.dm b/code/WorkInProgress/buildmode.dm index 5e4a45e21ae..089522490a2 100644 --- a/code/WorkInProgress/buildmode.dm +++ b/code/WorkInProgress/buildmode.dm @@ -92,8 +92,8 @@ usr << "\blue ***********************************************************" if(4) usr << "\blue ***********************************************************" - usr << "\blue Left Mouse Button on turf/obj/mob = Throw" - usr << "\blue Right Mouse Button on turf/obj/mob = Select" + usr << "\blue Left Mouse Button on turf/obj/mob = Select" + usr << "\blue Right Mouse Button on turf/obj/mob = Throw" usr << "\blue ***********************************************************" return