Final updates:

Fingerprints done.
A mob's be_syndicate is a direct copy of their preferences.
This commit is contained in:
SkyMarshal
2012-01-31 02:30:54 -07:00
parent beffc2299a
commit 39f170b4b3
5 changed files with 3 additions and 6 deletions

View File

@@ -354,7 +354,6 @@
proc/create_character()
spawning = 1
var/mob/living/carbon/human/new_character = new(loc)
new_character.be_syndicate = src.preferences.be_special
close_spawn_windows()

View File

@@ -670,6 +670,7 @@ datum/preferences
character.age = age
character.dna.b_type = b_type
character.be_syndicate = be_special
character.r_eyes = r_eyes
character.g_eyes = g_eyes