mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Attempt to fix slime people number 2
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user