mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Runtime fix for atmos and one last jobedit
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2292 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -504,6 +504,7 @@ datum/preferences
|
||||
occupation[job] = 4
|
||||
else
|
||||
occupation[job] = 0
|
||||
SetChoices(user)
|
||||
return 1
|
||||
|
||||
if(occupation[job] == 0)//Only one job may be set to "High"
|
||||
@@ -756,7 +757,7 @@ datum/preferences
|
||||
|
||||
age = 30
|
||||
for(var/o in occupation)
|
||||
occupation[o] = 1
|
||||
occupation[o] = 0
|
||||
underwear = 1
|
||||
//be_syndicate = 0
|
||||
be_special = 0
|
||||
|
||||
Reference in New Issue
Block a user