From bbac01f4c86df92f077cd9649aff68044c832e6c Mon Sep 17 00:00:00 2001 From: "mport2004@gmail.com" Date: Sat, 22 Oct 2011 13:02:04 +0000 Subject: [PATCH] Detectives revolver had an extra indent in its name gun proc git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2418 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/projectiles/guns/projectile/revolver.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/projectiles/guns/projectile/revolver.dm b/code/modules/projectiles/guns/projectile/revolver.dm index 59c8feff4d..b0793442b5 100644 --- a/code/modules/projectiles/guns/projectile/revolver.dm +++ b/code/modules/projectiles/guns/projectile/revolver.dm @@ -25,13 +25,13 @@ M << "\red You don't feel cool enough to name this gun, chump." return 0 - var/input = input("What do you want to name the gun?",,"") - input = sanitize(input) + var/input = input("What do you want to name the gun?",,"") + input = sanitize(input) - if(src && input && !M.stat && in_range(M,src)) - name = input - M << "You name the gun [input]. Say hello to your new friend." - return 1 + if(src && input && !M.stat && in_range(M,src)) + name = input + M << "You name the gun [input]. Say hello to your new friend." + return 1