Adds mutant races to the character preferences. It can only choose between lizard and human right now.

Adds a new server configuration to toggle on and off the mutant races preferences. If it's off, everyone will be human.
This commit is contained in:
Aranclanos
2014-04-11 21:10:27 -03:00
parent 556d137526
commit 2da47fbb79
7 changed files with 33 additions and 5 deletions
@@ -330,6 +330,8 @@
var/mob/living/carbon/human/new_character = new(loc)
new_character.lastarea = get_area(loc)
create_dna(new_character)
if(config.force_random_names || appearance_isbanned(src))
client.prefs.random_character()
client.prefs.real_name = random_name(gender)