mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
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:
@@ -25,13 +25,13 @@
|
|||||||
M << "\red You don't feel cool enough to name this gun, chump."
|
M << "\red You don't feel cool enough to name this gun, chump."
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
var/input = input("What do you want to name the gun?",,"")
|
var/input = input("What do you want to name the gun?",,"")
|
||||||
input = sanitize(input)
|
input = sanitize(input)
|
||||||
|
|
||||||
if(src && input && !M.stat && in_range(M,src))
|
if(src && input && !M.stat && in_range(M,src))
|
||||||
name = input
|
name = input
|
||||||
M << "You name the gun [input]. Say hello to your new friend."
|
M << "You name the gun [input]. Say hello to your new friend."
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user