Merge pull request #7133 from Anticept/master

Default Alternate Job Preferences Adjustment
This commit is contained in:
Crazy Lemon
2017-04-21 08:39:02 -07:00
committed by GitHub
@@ -175,7 +175,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
var/job_karma_low = 0
//Keeps track of preferrence for not getting any wanted jobs
var/alternate_option = 0
var/alternate_option = 2
// maps each organ to either null(intact), "cyborg" or "amputated"
// will probably not be able to do this for head and torso ;)