From 6a6a56283fc135e69d87d8e99af081a7c1703d4c Mon Sep 17 00:00:00 2001 From: phil235 Date: Mon, 23 Feb 2015 14:34:40 +0100 Subject: [PATCH] Fixes buildmode throw function's help information. (left and right were switched) --- code/modules/admin/verbs/buildmode.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/verbs/buildmode.dm b/code/modules/admin/verbs/buildmode.dm index 9b430276df9..767f30e1380 100644 --- a/code/modules/admin/verbs/buildmode.dm +++ b/code/modules/admin/verbs/buildmode.dm @@ -95,8 +95,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 1