Force traitors into random role instead of returning to lobby.

This commit is contained in:
Tigercat2000
2015-06-07 09:39:48 -07:00
parent e7ea5ee4cf
commit 059178398e
+4
View File
@@ -381,6 +381,10 @@ var/global/datum/controller/occupations/job_master
Debug("AC2 Assistant located, Player: [player]")
AssignRole(player, "Civilian")
for(var/mob/new_player/player in unassigned)
if(player.mind.special_role)
GiveRandomJob(player)
//For ones returning to lobby
for(var/mob/new_player/player in unassigned)
if(player.client.prefs.alternate_option == RETURN_TO_LOBBY)