This commit is contained in:
LetterJay
2016-08-08 19:56:02 -05:00
parent d4ca460dd0
commit ccfc800dfe
3 changed files with 3 additions and 3 deletions

View File

@@ -1019,7 +1019,7 @@ var/list/preferences_datums = list()
if("be_taur")
be_taur = !be_taur
/*if("tail_lizard")
if("tail_lizard")
var/new_tail
new_tail = input(user, "Choose your character's tail:", "Character Preference") as null|anything in tails_list_lizard
if(new_tail)
@@ -1071,7 +1071,7 @@ var/list/preferences_datums = list()
var/new_body_markings
new_body_markings = input(user, "Choose your character's body markings:", "Character Preference") as null|anything in body_markings_list
if(new_body_markings)
features["body_markings"] = new_body_markings*/
features["body_markings"] = new_body_markings
if("s_tone")
var/new_s_tone = input(user, "Choose your character's skin-tone:", "Character Preference") as null|anything in skin_tones

View File

@@ -50,7 +50,7 @@
/datum/species/lizard
// Reptilian humanoids with scaled skin and tails.
name = "Lizardperson"
id = "lizardperson"
id = "lizard"
say_mod = "hisses"
default_color = "00FF00"
specflags = list(MUTCOLORS,EYECOLOR,LIPS)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 36 KiB