that's why i waited for reviews ;_;

This commit is contained in:
AnturK
2019-05-09 23:38:59 +02:00
parent d893fdb394
commit 3f20ee690b
2 changed files with 3 additions and 2 deletions

View File

@@ -297,7 +297,8 @@ SUBSYSTEM_DEF(job)
// Loop through all levels from high to low
var/list/shuffledoccupations = shuffle(occupations)
for(var/level = 1 to 3)
var/list/levels = list(JP_HIGH,JP_MEDIUM,JP_LOW)
for(var/level in levels)
//Check the head jobs first each level
CheckHeadPositions(level)