Attempt to fix slime people number 2

This commit is contained in:
ZomgPonies
2014-04-29 21:37:53 -04:00
parent e2a1664d27
commit fea30a12b0
2 changed files with 5 additions and 6 deletions
@@ -33,17 +33,12 @@
h_style = "Bald"
..(new_loc, "Skellington")
/mob/living/carbon/human/kidan/New(var/new_loc)
..(new_loc, "Kidan")
/mob/living/carbon/human/slime/New(var/new_loc)
..(new_loc, "Slime People")
dna = new /datum/dna(null)
dna.species=species.name
dna.mutantrace = "slime"
update_mutantrace()
verbs += /mob/living/carbon/human/slime/proc/slimepeople_ventcrawl
/mob/living/carbon/human/grey/New(var/new_loc)
..(new_loc, "Grey")
@@ -239,6 +239,10 @@
bodyflags = FEET_NOSLIP
abilities = list(/mob/living/carbon/human/slime/proc/slimepeople_ventcrawl)
/datum/species/slime/handle_post_spawn(var/mob/living/carbon/human/H)
H.dna.mutantrace = "slime"
H.update_mutantrace()
/datum/species/grey // /vg/
name = "Grey"