last fixes

This commit is contained in:
Fox-McCloud
2016-04-19 01:34:54 -04:00
parent 8ff32f4566
commit 76cd925d75
3 changed files with 4 additions and 3 deletions
@@ -75,11 +75,11 @@
agent = preset_agent
scientist.assigned_role = "abductor scientist"
scientist.assigned_role = "MODE"
scientist.special_role = "abductor scientist"
log_game("[scientist.key] (ckey) has been selected as an abductor team [team_number] scientist.")
agent.assigned_role = "abductor agent"
agent.assigned_role = "MODE"
agent.special_role = "abductor agent"
log_game("[agent.key] (ckey) has been selected as an abductor team [team_number] agent.")
@@ -237,6 +237,7 @@
clone.dna = owner_dna.Clone()
clone.UpdateAppearance()
domutcheck(clone)
clone.rename_character(clone.name, owner_dna.real_name)
//There's no define for this / get all items ?
var/list/slots = list(slot_back,slot_w_uniform,slot_wear_suit,\
+1 -1
View File
@@ -399,7 +399,7 @@ client/proc/one_click_antag()
//First we spawn a dude.
var/mob/living/carbon/human/new_character = new(pick(latejoin))//The mob being spawned.
var/datum/preferences/A = new()
var/datum/preferences/A = new(G_found.client)
A.copy_to(new_character)
new_character.dna.ready_dna(new_character)