Fixed a double AI issue, this should be the last of it.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1983 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-08-05 11:47:03 +00:00
parent 0e0e07b980
commit f6e8e35d39
+1 -1
View File
@@ -334,7 +334,7 @@ var/list/occupations = list(
"Virologist" = 1,
//I afraid I can't do that, Dave
"AI" = 1,
// "AI" = 1,now picked like the captain
"Cyborg" = 1,
)