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
This commit is contained in:
mport2004@gmail.com
2011-10-22 13:02:04 +00:00
parent 4131ecf2fd
commit bbac01f4c8

View File

@@ -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