Fixed issue 570.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4398 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-08-14 13:44:58 +00:00
parent f8d19f499e
commit 517a0d8add
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
else
assignment = "Unassigned"
var/id = add_zero(num2hex(rand(1, 1.6777215E7)), 6) //this was the ebst they could come up with? A large random number? *sigh*
var/id = add_zero(num2hex(rand(1, 1.6777215E7)), 6) //this was the best they could come up with? A large random number? *sigh*
//General Record
var/datum/data/record/G = new()