This commit is contained in:
deathride58
2017-09-04 06:37:46 -04:00
parent e791a5a637
commit a35126a5b2
@@ -355,10 +355,6 @@
var/mob/living/carbon/human/humanc
if(ishuman(character))
if(prob(10) && GLOB.master_mode != "extended")
humanc.generate_miscreant_objectives()
else
humanc.generate_individual_objectives()
humanc = character //Let's retypecast the var to be human,
if(humanc) //These procs all expect humans
@@ -371,6 +367,10 @@
if(GLOB.highlander)
to_chat(humanc, "<span class='userdanger'><i>THERE CAN BE ONLY ONE!!!</i></span>")
humanc.make_scottish()
if(prob(10) && GLOB.master_mode != "extended")
SSticker.generate_miscreant_objectives(humanc.mind)
else
SSticker.generate_individual_objectives(humanc.mind)
GLOB.joined_player_list += character.ckey
GLOB.latejoiners += character