mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
bluh bluh this is what happens when I am coding very fast and tired.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2293 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -507,7 +507,7 @@ datum/preferences
|
||||
SetChoices(user)
|
||||
return 1
|
||||
|
||||
if(occupation[job] == 0)//Only one job may be set to "High"
|
||||
if(occupation[job] == 2)//Only one job may be set to "High"
|
||||
for(var/j in occupation)
|
||||
if(occupation[j] == 1)
|
||||
occupation[j] = 2
|
||||
|
||||
Reference in New Issue
Block a user