Merge pull request #2603 from deathride58/crewobjectivesandmiscreants

Ports Goon's Crew Objectives (feat. objectives from old Hippie) and Miscreants
This commit is contained in:
LetterJay
2017-10-07 01:02:37 -04:00
committed by GitHub
19 changed files with 800 additions and 19 deletions
@@ -375,6 +375,11 @@
if(GLOB.highlander)
to_chat(humanc, "<span class='userdanger'><i>THERE CAN BE ONLY ONE!!!</i></span>")
humanc.make_scottish()
if(prob(2) && !issilicon(humanc) && !jobban_isbanned(humanc.mind, "Syndicate") && GLOB.miscreants_allowed)
SSticker.generate_miscreant_objectives(humanc.mind)
else
if(CONFIG_GET(flag/allow_crew_objectives))
SSticker.generate_individual_objectives(humanc.mind)
GLOB.joined_player_list += character.ckey
GLOB.latejoiners += character