[MIRROR] Hijack objectives will only be given out if there are 30 or more players. (#5258)

* Hijack objectives will only be given out if there are 30 or more players. (#35202)

* Hijack objectives will only be given out if there are 30 or more players.
This commit is contained in:
CitadelStationBot
2018-02-04 22:37:00 -06:00
committed by Poojawa
parent 0bb8649794
commit c014527627
+3 -1
View File
@@ -85,7 +85,9 @@
return
/datum/antagonist/traitor/human/forge_traitor_objectives()
var/is_hijacker = prob(10)
var/is_hijacker = FALSE
if (GLOB.joined_player_list.len >= 30) // Less murderboning on lowpop thanks
is_hijacker = prob(10)
var/martyr_chance = prob(20)
var/objective_count = is_hijacker //Hijacking counts towards number of objectives
if(!SSticker.mode.exchange_blue && SSticker.mode.traitors.len >= 8) //Set up an exchange if there are enough traitors