mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
Final updates:
Fingerprints done. A mob's be_syndicate is a direct copy of their preferences.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user