From f6e8e35d39f1b5fe3191502771bb3d20122fe72b Mon Sep 17 00:00:00 2001 From: "mport2004@gmail.com" Date: Fri, 5 Aug 2011 11:47:03 +0000 Subject: [PATCH] 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 --- code/game/jobs/jobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/jobs.dm b/code/game/jobs/jobs.dm index 1ab8e5e178a..d0e8075f996 100644 --- a/code/game/jobs/jobs.dm +++ b/code/game/jobs/jobs.dm @@ -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, )