Change slime people to not need mutantrace anymore.

This commit is contained in:
ZomgPonies
2015-04-13 07:59:25 -04:00
parent 1b4bfe1196
commit dddecb9025
6 changed files with 6 additions and 35 deletions
@@ -10,6 +10,8 @@
blood_color = "#515573"
flesh_color = "#137E8F"
brute_mod = 0.8
has_organ = list(
"brain" = /obj/item/organ/brain/golem
)
+1 -8
View File
@@ -555,6 +555,7 @@
unarmed_type = /datum/unarmed_attack/punch
flags = IS_WHITELISTED | NO_BREATHE | HAS_LIPS | NO_INTORGANS | NO_SCAN
bodyflags = HAS_SKIN_COLOR
bloodflags = BLOOD_SLIME
has_organ = list(
@@ -562,14 +563,6 @@
)
/datum/species/slime/handle_post_spawn(var/mob/living/carbon/human/H)
H.dna = new /datum/dna(null)
H.dna.real_name = H.real_name
H.dna.species = H.species.name
H.dna.mutantrace = "slime"
..()
/datum/species/grey
name = "Grey"
icobase = 'icons/mob/human_races/r_grey.dmi'