Skip to content

Commit

Permalink
Fixed latejoin antagonists not considering Traitors if Changeling cap…
Browse files Browse the repository at this point in the history
… is reached during Traitorchan
  • Loading branch information
Ikarrus committed Jun 15, 2013
1 parent 132f54e commit 9307ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/gamemodes/changeling/traitor_chan.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

/datum/game_mode/traitor/changeling/make_antag_chance(var/mob/living/carbon/human/character) //Assigns changeling to latejoiners
if(changelings.len >= round(joined_player_list.len / (config.changeling_scaling_coeff*2)) + 1) //Caps number of latejoin antagonists
..()
return
if (prob(100/(config.changeling_scaling_coeff*2)))
if(character.client.prefs.be_special & BE_CHANGELING)
Expand Down

0 comments on commit 9307ae4

Please sign in to comment.