adjustments

This commit is contained in:
deathride58
2017-09-28 01:10:42 -04:00
parent 43574eefe1
commit 226ad9ddde
5 changed files with 16 additions and 16 deletions

View File

@@ -370,7 +370,7 @@
if(GLOB.highlander)
to_chat(humanc, "<span class='userdanger'><i>THERE CAN BE ONLY ONE!!!</i></span>")
humanc.make_scottish()
if(prob(10) && !issilicon(humanc) && !jobban_isbanned(humanc.mind, "Syndicate") && GLOB.miscreants_allowed)
if(prob(2) && !issilicon(humanc) && !jobban_isbanned(humanc.mind, "Syndicate") && GLOB.miscreants_allowed)
SSticker.generate_miscreant_objectives(humanc.mind)
else
if(config.allow_crew_objectives)