Update lizardpeople.dm
This commit is contained in:
@@ -4,13 +4,8 @@
|
|||||||
id = "lizard"
|
id = "lizard"
|
||||||
say_mod = "hisses"
|
say_mod = "hisses"
|
||||||
default_color = "00FF00"
|
default_color = "00FF00"
|
||||||
<<<<<<< HEAD
|
species_traits = list(SPECIES_ORGANIC,MUTCOLORS,EYECOLOR,LIPS, HAIR, FACEHAIR)
|
||||||
species_traits = list(MUTCOLORS,EYECOLOR,LIPS,HAIR,FACEHAIR)
|
|
||||||
mutant_bodyparts = list("tail_lizard", "snout", "spines", "horns", "frills", "body_markings", "legs", "taur")
|
mutant_bodyparts = list("tail_lizard", "snout", "spines", "horns", "frills", "body_markings", "legs", "taur")
|
||||||
=======
|
|
||||||
species_traits = list(SPECIES_ORGANIC,MUTCOLORS,EYECOLOR,LIPS)
|
|
||||||
mutant_bodyparts = list("tail_lizard", "snout", "spines", "horns", "frills", "body_markings", "legs")
|
|
||||||
>>>>>>> 9d487d2... Divides species in subtypes, makes viruses able to infect certain subtypes (#32858)
|
|
||||||
mutanttongue = /obj/item/organ/tongue/lizard
|
mutanttongue = /obj/item/organ/tongue/lizard
|
||||||
mutanttail = /obj/item/organ/tail/lizard
|
mutanttail = /obj/item/organ/tail/lizard
|
||||||
coldmod = 1.5
|
coldmod = 1.5
|
||||||
|
|||||||
Reference in New Issue
Block a user