unnngh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user