mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-10 09:22:29 +00:00
Wire fix for the detectives office and quickfix for jobs.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2291 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -504,6 +504,7 @@ datum/preferences
|
||||
occupation[job] = 4
|
||||
else
|
||||
occupation[job] = 0
|
||||
return 1
|
||||
|
||||
if(occupation[job] == 0)//Only one job may be set to "High"
|
||||
for(var/j in occupation)
|
||||
@@ -516,7 +517,7 @@ datum/preferences
|
||||
|
||||
SetChoices(user)
|
||||
|
||||
return
|
||||
return 1
|
||||
|
||||
proc/process_link(mob/user, list/link_tags)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user